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:
gustav_delius 2006-02-09 13:57:22 +00:00
parent 4eedc50cbc
commit c4adc2c493
7 changed files with 195 additions and 40 deletions

View file

@ -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');