]> git.mjollnir.org Git - moodle.git/commitdiff
merged fix for MDL-8983, adding help file for hidden assignments
authortoyomoyo <toyomoyo>
Thu, 29 Mar 2007 06:38:35 +0000 (06:38 +0000)
committertoyomoyo <toyomoyo>
Thu, 29 Mar 2007 06:38:35 +0000 (06:38 +0000)
admin/roles/assign.html
lang/en_utf8/help/hiddenassign.html [new file with mode: 0755]

index 444b304cda2b618fd8110fcb3d856af4fa4e8122..8a97f2396b5cf4d555fed889347597510e2e84a6 100755 (executable)
@@ -38,7 +38,9 @@
         <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">
diff --git a/lang/en_utf8/help/hiddenassign.html b/lang/en_utf8/help/hiddenassign.html
new file mode 100755 (executable)
index 0000000..c2bad12
--- /dev/null
@@ -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>
\ No newline at end of file