diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:17:49 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:17:49 -0400 |
| commit | 2b0af82ff2bc26392ee60f46582261857e58360d (patch) | |
| tree | 7f948b83337091d24d743864b725f87248809070 /templates/admin_plugins.tpl | |
| parent | 4d415ad270ac2cb61e464e5bad64348ccab70ab8 (diff) | |
| download | liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.gz liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.bz2 liberty-2b0af82ff2bc26392ee60f46582261857e58360d.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'templates/admin_plugins.tpl')
| -rw-r--r-- | templates/admin_plugins.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index deb2845..4d4a8f5 100644 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -30,7 +30,7 @@ {jspopup href="http://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"} {/if} {if $plugin.plugin_settings_url} - <a href="{$plugin.plugin_settings_url}">{booticon iname="icon-edit" iexplain="Plugin Settings"}</a> + <a href="{$plugin.plugin_settings_url}">{booticon iname="fa-pen-to-square" iexplain="Plugin Settings"}</a> {/if} </div>*} <div class="checkbox" for="{$guid}"><label><strong> |
