From: tomflannaghan Date: Thu, 17 Aug 2006 09:26:06 +0000 (+0000) Subject: Extra tab for 'jstemplate' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5a83945ec5b7b99cdabaddddcb4bb3ccd376c7e7;p=moodle.git Extra tab for 'jstemplate' --- diff --git a/mod/data/tabs.php b/mod/data/tabs.php index 9def9553c4..ea1ace0824 100755 --- a/mod/data/tabs.php +++ b/mod/data/tabs.php @@ -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 ='';