merged fix for MDL-8983, adding help file for hidden assignments

This commit is contained in:
toyomoyo 2007-03-29 06:38:35 +00:00
parent bcc723bcea
commit 74fddb6da9
2 changed files with 8 additions and 1 deletions

View file

@ -38,7 +38,9 @@
<br /> <br />
<label title="<?php print_string('hiddenassign') ?>"> <label title="<?php print_string('hiddenassign') ?>">
<input type="checkbox" name="hidden" value="1" /> <input type="checkbox" name="hidden" value="1" />
<img src="<?php echo $CFG->pixpath; ?>/t/hide.gif" alt="<?php print_string('hiddenassign') ?>" class="hide-show-image" /> <img src="<?php echo $CFG->pixpath; ?>/t/hide.gif" alt="<?php print_string('hiddenassign') ?>" class="hide-show-image" /> <?
helpbutton ('hiddenassign', get_string('hiddenassign'));
?>
</label> </label>
<?php check_theme_arrows(); ?> <?php check_theme_arrows(); ?>
<p class="arrow_button"> <p class="arrow_button">

View file

@ -0,0 +1,5 @@
<h1>Hidden Assignment</h1>
<p>To mark a role assignment hidden simply check this checkbox.</p>
<p>Users with hidden assignments are not visible to users with no view hidden user capability on the course participants page, and the course decription area.</p>