summaryrefslogtreecommitdiff
path: root/templates/admin_system.tpl
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-07-30 21:01:21 -0400
committerspiderr <spiderr@bitweaver.org>2022-07-30 21:01:21 -0400
commit86669214df2350687641c5e881157ae9477041a6 (patch)
tree8e53e55456d0aec1646d8b890d528f8a85870d20 /templates/admin_system.tpl
parente20b963ac24b960c439824e611018bfbfb18f3b0 (diff)
downloadkernel-86669214df2350687641c5e881157ae9477041a6.tar.gz
kernel-86669214df2350687641c5e881157ae9477041a6.tar.bz2
kernel-86669214df2350687641c5e881157ae9477041a6.zip
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'templates/admin_system.tpl')
-rw-r--r--templates/admin_system.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_system.tpl b/templates/admin_system.tpl
index ef10ec0..a5cd97c 100644
--- 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 booticon="fa-trash" 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" booticon="fa-edit" compiletemplates=$key}</td>
</tr>
{/foreach}
</table>