From 7bc97f00a4280ce2b2d24d4f1b3498c392246290 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 28 Sep 2008 11:29:09 +0000 Subject: Move plugins list CSS to admin default-layout.css. Layout bug corrected with IE. git-svn-id: http://piwigo.org/svn/trunk@2619 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-layout.css | 15 +++++++++++++++ admin/template/goto/plugins_list.tpl | 14 +------------- 2 files changed, 16 insertions(+), 13 deletions(-) (limited to 'admin/template/goto') diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index 2132f657b..74d3790df 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -39,6 +39,21 @@ TABLE#detailedStats { width: 99%; } +/* Plugins tables */ +TABLE.table2 TR TD.pluginState { + padding-left: 16px; +} + +TABLE.table2 TR TD.active { + background: url(icon/plugin_active.gif) no-repeat center left; + background-color: inherit; /* IE need it */ +} + +TABLE.table2 TR TD.inactive { + background: url(icon/plugin_inactive.gif) no-repeat center left; + background-color: inherit; /* IE need it */ +} + /* categoryOrdering */ SELECT.categoryList { width: 100%; diff --git a/admin/template/goto/plugins_list.tpl b/admin/template/goto/plugins_list.tpl index 99d3234c9..0f2cc43e4 100644 --- a/admin/template/goto/plugins_list.tpl +++ b/admin/template/goto/plugins_list.tpl @@ -19,19 +19,7 @@ {'Actions'|@translate} -{html_head} {*add the style to html head for strict standard compliance*} - -{/html_head} + {foreach from=$plugins item=plugin name=plugins_loop} -- cgit v1.2.3