diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-19 06:48:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-19 06:48:56 +0000 |
commit | c8bc5c665dff485a3a233e23c6eaa78930f8766f (patch) | |
tree | 068d8bdb429c9ac547de258136546655e635f98e /template/yoga/admin | |
parent | 908b59b39d4351c51966831aac2a82f33e0ebe33 (diff) |
Minor changes:
- last 2 buttons in Modify category
- Title and description on slideshow (with css classes to hide them)
- Category names centered on p0w0
- some display reviews on wipi
git-svn-id: http://piwigo.org/svn/trunk@1836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/cat_modify.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index 2d175e2f3..2961e5820 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -206,8 +206,8 @@ </table> <p> - <input type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/> - <input type="reset" value="{lang:Reset}" name="reset" /> + <input class="submit" type="submit" value="{lang:Submit}" name="submitDestinations" {TAG_INPUT_ENABLED}/> + <input class="submit" type="reset" value="{lang:Reset}" name="reset" /> </p> </fieldset> |