mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +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
|
@ -405,6 +405,7 @@ if (self.name == 'editquestion') {
|
|||
true, $strupdatemodule);
|
||||
|
||||
$currenttab = 'edit';
|
||||
$mode = 'editq';
|
||||
$quiz = &$modform;
|
||||
include('tabs.php');
|
||||
|
||||
|
@ -457,6 +458,7 @@ if (self.name == 'editquestion') {
|
|||
"", "", true, $strupdatemodule);
|
||||
|
||||
$currenttab = 'edit';
|
||||
$mode = 'editq';
|
||||
$quiz = &$modform;
|
||||
include('tabs.php');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue