From 0c2e87cb581356f0e2e600bd8246fe022714bb11 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 9 Jun 2013 18:57:26 +0000 Subject: bug:2890 new layout finished: ie7 compat, dynamic, rounded corners... the 2 "Manage..." options has been deleted git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/fix-ie7.css | 3 +++ admin/themes/default/template/group_list.tpl | 38 +++++----------------------- admin/themes/default/theme.css | 37 +++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 31 deletions(-) (limited to 'admin/themes/default') diff --git a/admin/themes/default/fix-ie7.css b/admin/themes/default/fix-ie7.css index a9e5a21a2..d61e0294a 100644 --- a/admin/themes/default/fix-ie7.css +++ b/admin/themes/default/fix-ie7.css @@ -5,4 +5,7 @@ UL.thumbnails li.rank-of-image { text-align:left; +} +.groups li { + display: inline; } \ No newline at end of file diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 278f8a7dc..1c1d20c9e 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -1,7 +1,7 @@ {footer_script} {literal} $(document).ready(function() { - + $('.groups input').change(function () { $(this).parent('p').toggleClass('group_select'); }); $(".grp_action").hide(); $("input.group_selection").click(function() { @@ -33,7 +33,7 @@ $(document).ready(function() { $("select[name=selectAction]").change(function () { $("[id^=action_]").hide(); $("#action_"+$(this).prop("value")).show(); - if ($(this).val() != -1 && $(this).val() !="manage_pemissions" && $(this).val() !="manage_members" ) { + if ($(this).val() != -1 ) { $("#applyActionBlock").show(); } else { @@ -66,13 +66,13 @@ $(document).ready(function() {
-