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/photos_add_settings.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/photos_add_settings.tpl')
-rw-r--r-- | admin/themes/default/template/photos_add_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/photos_add_settings.tpl b/admin/themes/default/template/photos_add_settings.tpl index 856585404..d3bf2ecc6 100644 --- a/admin/themes/default/template/photos_add_settings.tpl +++ b/admin/themes/default/template/photos_add_settings.tpl @@ -19,7 +19,7 @@ $(document).ready(function(){ </script> {/literal} -<div class="titrePage" style="height:25px"> +<div class="titrePage"> <h2>{'Upload Photos'|@translate}</h2> </div> |