diff options
Diffstat (limited to 'templates/admin_system.tpl')
| -rwxr-xr-x | templates/admin_system.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_system.tpl b/templates/admin_system.tpl index 226d499..2bb9686 100755 --- a/templates/admin_system.tpl +++ b/templates/admin_system.tpl @@ -54,7 +54,7 @@ <td>{$item.path|replace:$smarty.const.BIT_ROOT_PATH:""|replace:"//":"/"}</td> <td class="alignright">{$item.du.count}</td> <td class="alignright">{$item.du.size|display_bytes}</td> - <td class="actionicon">{smartlink ititle=Empty booticon="icon-trash" prune=$key}</td> + <td class="actionicon">{smartlink ititle=Empty biticon="edit-delete" prune=$key}</td> </tr> {/foreach} </table> @@ -75,7 +75,7 @@ <td>{$item.path|replace:$smarty.const.BIT_ROOT_PATH:""|replace:"//":"/"}{$key}</td> <td class="alignright">{$item.du.count}</td> <td class="alignright">{$item.du.size|display_bytes}</td> - <td class="actionicon">{smartlink ititle="Compile Templates" booticon="icon-edit" compiletemplates=$key}</td> + <td class="actionicon">{smartlink ititle="Compile Templates" biticon="document-properties" compiletemplates=$key}</td> </tr> {/foreach} </table> |
