mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
merged fix for MDL-8983, adding help file for hidden assignments
This commit is contained in:
parent
bcc723bcea
commit
74fddb6da9
2 changed files with 8 additions and 1 deletions
|
@ -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">
|
||||||
|
|
5
lang/en_utf8/help/hiddenassign.html
Executable file
5
lang/en_utf8/help/hiddenassign.html
Executable 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>
|
Loading…
Add table
Add a link
Reference in a new issue