diff options
author | plegall <plg@piwigo.org> | 2010-03-23 12:04:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 12:04:31 +0000 |
commit | f60f59a4c6099b387eae41691275a8dbec6f6f0d (patch) | |
tree | 65155460ec6d968341ebc2e1b37946e09aca4f4f /admin/themes/default/template/configuration.tpl | |
parent | 87f5424cca63ddce78c25853881d0116e0c0c5ee (diff) |
bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.
Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme
manager.
git-svn-id: http://piwigo.org/svn/trunk@5284 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/configuration.tpl')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 065a2ad76..9d7e3008d 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -8,7 +8,7 @@ {if !isset($default)} <form method="post" action="{$F_ACTION}" class="properties"> {/if} - +<div id="configContent"> {if isset($main)} <fieldset id="mainConf"> <legend></legend> @@ -196,6 +196,8 @@ </fieldset> {/if} +</div> <!-- configContent --> + {if isset($default)} {$PROFILE_CONTENT} {/if} |