diff options
author | plegall <plg@piwigo.org> | 2010-03-19 09:52:27 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-19 09:52:27 +0000 |
commit | 872463cab18b9c46e64b3ec7e82dacca802f2194 (patch) | |
tree | bc79a3c83be2caa10d400f473862541b021acb67 /admin/themes/default/template/themes_new.tpl | |
parent | dcba3636ba628d0453c7fa251261b4e9db8a34d7 (diff) |
feature 1514, feature 1507: improvement, the themeBoxes height adjusts
automatically depending on the content.
git-svn-id: http://piwigo.org/svn/trunk@5186 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/themes_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/themes_new.tpl b/admin/themes/default/template/themes_new.tpl index 1eb67b74b..4c58fce9e 100644 --- a/admin/themes/default/template/themes_new.tpl +++ b/admin/themes/default/template/themes_new.tpl @@ -3,7 +3,7 @@ </div> {if isset($themes)} -<div id="themeBoxes"> +<div class="themeBoxes"> {foreach from=$new_themes item=theme name=themes_loop} <div class="themeBox"> <div class="themeName">{$theme.name}</div> |