aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/admin/themeconf.inc.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-06-01 19:19:46 +0000
committervdigital <vdigital@piwigo.org>2008-06-01 19:19:46 +0000
commite9ef6ccc72e51b0a40b5123320cbbfa1e5818ed3 (patch)
tree5f9157fceb17c23043263a322fd2239c2281e5bb /template/yoga/theme/admin/themeconf.inc.php
parent1806fd5b3640d34e6f121f7080805cbaaa7bb009 (diff)
Stripy layout on Admin page (Not stable for all browsers)
git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/admin/themeconf.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/theme/admin/themeconf.inc.php b/template/yoga/theme/admin/themeconf.inc.php
index 5a6450e82..f1f0d90e0 100644
--- a/template/yoga/theme/admin/themeconf.inc.php
+++ b/template/yoga/theme/admin/themeconf.inc.php
@@ -24,6 +24,7 @@ function selected_admin_menu()
}
return 2;
case 'comments':
+ case 'upload':
case 'thumbnail':
case 'rating':
case 'tags':
@@ -63,7 +64,7 @@ $themeconf = array(
jQuery().ready(function(){
jQuery(\'#menubar\').accordion({
header: "dt.rdion",
- event: "mouseover",
+ event: "click",
active: '. selected_admin_menu() . '
});
});