<br />
<label title="<?php print_string('hiddenassign') ?>">
<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>
<?php check_theme_arrows(); ?>
<p class="arrow_button">
--- /dev/null
+<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>
\ No newline at end of file