]> git.mjollnir.org Git - moodle.git/commitdiff
Extra tab for 'jstemplate'
authortomflannaghan <tomflannaghan>
Thu, 17 Aug 2006 09:26:06 +0000 (09:26 +0000)
committertomflannaghan <tomflannaghan>
Thu, 17 Aug 2006 09:26:06 +0000 (09:26 +0000)
mod/data/tabs.php

index 9def9553c4925e88552c453d8c836f7d19de9d3c..ea1ace0824f8e80f8437ead0106df596adc5b45d 100755 (executable)
@@ -72,7 +72,7 @@
     *****************************/
     if ($currenttab == 'templates' and isset($mode)) {
         $inactive[] = 'templates';
-        $templatelist = array ('listtemplate', 'singletemplate', 'addtemplate', 'rsstemplate', 'csstemplate');
+        $templatelist = array ('listtemplate', 'singletemplate', 'addtemplate', 'rsstemplate', 'csstemplate', 'jstemplate');
 
         $row  = array();
         $currenttab ='';