From e9ef6ccc72e51b0a40b5123320cbbfa1e5818ed3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 1 Jun 2008 19:19:46 +0000 Subject: Stripy layout on Admin page (Not stable for all browsers) git-svn-id: http://piwigo.org/svn/trunk@2381 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/admin/themeconf.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/yoga/theme/admin/themeconf.inc.php') 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() . ' }); }); -- cgit v1.2.3