diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-12-10 15:24:53 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-12-10 15:24:53 +0000 |
commit | 271287c3ad59af359a066e24c623626b5a40f56b (patch) | |
tree | 620e7c3c3f61e53c27bd209fe97bc2978b4930bb /template/yoga/admin/group_list.tpl | |
parent | 4816aafc785dafdc3da519b3867d79644d8e31bd (diff) |
template : {themeconf:icon_dir}/*.png in admin/*.tpl
git-svn-id: http://piwigo.org/svn/trunk@980 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/group_list.tpl')
-rw-r--r-- | template/yoga/admin/group_list.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl index fa03cb56e..23c1ce1c9 100644 --- a/template/yoga/admin/group_list.tpl +++ b/template/yoga/admin/group_list.tpl @@ -20,8 +20,8 @@ <td>{group.NAME}</td> <td><a href="{group.U_MEMBERS}">{group.MEMBERS}</a></td> <td style="text-align:center;"> - <a href="{group.U_PERM}"><img src="./template/yoga/theme/permissions.png" class="button" style="border:none" alt="permissions" title="{lang:permissions}" /></a> - <a href="{group.U_DELETE}"><img src="./template/yoga/theme/delete.png" class="button" style="border:none" alt="delete" title="{lang:delete}" /></a> + <a href="{group.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="permissions" title="{lang:permissions}" /></a> + <a href="{group.U_DELETE}"><img src="{themeconf:icon_dir}/delete.png" class="button" style="border:none" alt="delete" title="{lang:delete}" /></a> </td> </tr> <!-- END group --> |