diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-11-08 21:12:26 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-11-08 21:12:26 +0000 |
commit | 0484f869185782fb6a5e4fd1c43cea3e174a8c3e (patch) | |
tree | d3264e25f13275b6027be9d37d4d306bf2cab54e /admin/themes/default/template | |
parent | 73abb2a12b87cd4aeac3af0266c3ab68d1cbb96a (diff) |
cleanup admin css
git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/group_list.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index c12c89d0d..1d89362ce 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -9,11 +9,9 @@ <label for="groupname">{'Group name'|@translate}</label> </span> <input type="text" id="groupname" name="groupname" maxlength="50" size="20"> + <input type="submit" name="submit_add" value="{'Add'|@translate}"> + <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> - <p> - <input class="submit" type="submit" name="submit_add" value="{'Add'|@translate}"> - <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> - </p> </fieldset> </form> |