mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Added a second row of tabs to the Edit tab: Questions, Categories, Import, Export, Settings
Added phpdoc header to some files Improved language string and help file for decimal digits on grades
This commit is contained in:
parent
4eedc50cbc
commit
c4adc2c493
7 changed files with 195 additions and 40 deletions
|
@ -240,7 +240,7 @@
|
|||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td align="right"><b><?php print_string("decimalpoints", "quiz") ?>:</b></td>
|
||||
<td align="right"><b><?php print_string("decimaldigits", "quiz") ?>:</b></td>
|
||||
<td>
|
||||
<?php
|
||||
unset($options);
|
||||
|
@ -249,7 +249,7 @@
|
|||
$options[2] = '2';
|
||||
$options[3] = '3';
|
||||
choose_from_menu ($options, "decimalpoints", $form->decimalpoints, "", "", "");
|
||||
helpbutton("decimalpoints", get_string("decimalpoints","quiz"), "quiz");
|
||||
helpbutton("decimalpoints", get_string("decimaldigits","quiz"), "quiz");
|
||||
?>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue