mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
fixed some small bugs
This commit is contained in:
parent
84b3c159df
commit
444f6252dd
3 changed files with 16 additions and 11 deletions
|
@ -15,7 +15,9 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td colspan="2"><input type="checkbox" name="mycourses" alt="<?php print_string('onlymycourses', 'message') ?>" /><?php print_string('onlymycourses', 'message') ?></td>
|
||||
<td colspan="2">
|
||||
<input type="hidden" name="mycourses" value="0" />
|
||||
<input type="checkbox" name="mycourses" alt="<?php print_string('onlymycourses', 'message') ?>" /><?php print_string('onlymycourses', 'message') ?></td>
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="3"><hr /></td></tr>
|
||||
|
@ -32,7 +34,9 @@
|
|||
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td colspan="2"><input type="checkbox" name="includeblocked" alt="<?php print_string('includeblockedusers', 'message') ?>" /><?php print_string('includeblockedusers', 'message') ?></td>
|
||||
<td colspan="2">
|
||||
<input type="hidden" name="includeblocked" value="0" />
|
||||
<input type="checkbox" name="includeblocked" alt="<?php print_string('includeblockedusers', 'message') ?>" /><?php print_string('includeblockedusers', 'message') ?></td>
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="3"><input type="radio" name="keywordsoption" alt="<?php print_string('onlytome', 'message') ?>" value="tome" checked="checked" /><?php print_string('onlytome', 'message') ?></td></tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue