diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-30 21:01:21 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-30 21:01:21 -0400 |
| commit | 86669214df2350687641c5e881157ae9477041a6 (patch) | |
| tree | 8e53e55456d0aec1646d8b890d528f8a85870d20 /templates/admin_system.tpl | |
| parent | e20b963ac24b960c439824e611018bfbfb18f3b0 (diff) | |
| download | kernel-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.tpl | 4 |
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> |
