diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-14 16:25:01 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-14 16:25:01 +0000 |
commit | 84e37a14c5bd31b1f9bddaaed8ec8798cd14ceaf (patch) | |
tree | f37a673dc109a8144a7c6c212f58f1da583eb259 /admin/template/goto/user_list.tpl | |
parent | 95d42962e2c54e8ae4ecbfe508bece6456fbb050 (diff) |
Admin template "goto": admin icon paths
git-svn-id: http://piwigo.org/svn/trunk@2534 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/user_list.tpl')
-rw-r--r-- | admin/template/goto/user_list.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl index 0f6c1ab95..b6eca2d4b 100644 --- a/admin/template/goto/user_list.tpl +++ b/admin/template/goto/user_list.tpl @@ -78,8 +78,8 @@ <td>{$data}</td> {/foreach} <td style="text-align:center;"> - <a href="{$user.U_PERM}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/permissions.png" class="button" style="border:none" alt="{'permissions'|@translate}" title="{'permissions'|@translate}" /></a> - <a href="{$user.U_PROFILE}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/edit_s.png" class="button" style="border:none" alt="{'Profile'|@translate}" title="{'Profile'|@translate}" /></a> + <a href="{$user.U_PERM}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/permissions.png" class="button" style="border:none" alt="{'permissions'|@translate}" title="{'permissions'|@translate}" /></a> + <a href="{$user.U_PROFILE}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/edit_s.png" class="button" style="border:none" alt="{'Profile'|@translate}" title="{'Profile'|@translate}" /></a> {foreach from=$user.plugin_actions item=data} {$data} {/foreach} |