diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-05-10 04:49:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-05-10 04:49:09 +0000 |
commit | 567cc715fac8d05eb7ece2f4d95b94bae22e3fcb (patch) | |
tree | 0b1b099feaf37bdf25d7323cc8b2838cd5bc4937 /admin/themes/default | |
parent | 3e083a55979d96ee615aedba0fef2f1a7808d03e (diff) |
clean admin unused css ...
git-svn-id: http://piwigo.org/svn/trunk@22580 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/group_list.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 44c1437c9..4648a44ff 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -147,7 +147,7 @@ $(document).ready(function() { {if not empty($groups)} {foreach from=$groups item=group} <p group_id="{$group.ID}" class="grp_action"> - {$group.NAME} > {if $group.NB_MEMBERS!=0}<a href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{'Manage the members'|@translate}</a>{else}{'No members to manage'|@translate}{/if} + {$group.NAME} > {if $group.NB_MEMBERS!=0}<a class="buttonLike" href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{'Manage the members'|@translate}</a>{else}{'No members to manage'|@translate}{/if} </p> {/foreach} {/if} @@ -158,7 +158,7 @@ $(document).ready(function() { {if not empty($groups)} {foreach from=$groups item=group} <p group_id="{$group.ID}" class="grp_action"> - {$group.NAME} > <a href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a> + {$group.NAME} > <a class="buttonLike" href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a> </p> {/foreach} {/if} |