diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-30 17:09:34 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-30 17:09:34 -0400 |
| commit | 2d00a937627b873cb0bf7722e5fe1606d3d39b59 (patch) | |
| tree | 9d1557f86c2ba5166d1d047095f12c955fee58ab /templates/page_permissions.tpl | |
| parent | 66f16cac250bb423687feff3ac1b996f34754fb4 (diff) | |
| download | wiki-2d00a937627b873cb0bf7722e5fe1606d3d39b59.tar.gz wiki-2d00a937627b873cb0bf7722e5fe1606d3d39b59.tar.bz2 wiki-2d00a937627b873cb0bf7722e5fe1606d3d39b59.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'templates/page_permissions.tpl')
| -rw-r--r-- | templates/page_permissions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_permissions.tpl b/templates/page_permissions.tpl index 58d6550..337e8d0 100644 --- a/templates/page_permissions.tpl +++ b/templates/page_permissions.tpl @@ -28,7 +28,7 @@ <h2>{tr}Existing requests for email notification{/tr}</h2> <ul> {section name=ix loop=$emails} - <li>{$emails[ix]} <a href="{$smarty.const.WIKI_PKG_URL}page_permissions.php?page_id={$gContent->mInfo.page_id}&removeemail={$emails[ix]}&tab=email">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a></li> + <li>{$emails[ix]} <a href="{$smarty.const.WIKI_PKG_URL}page_permissions.php?page_id={$gContent->mInfo.page_id}&removeemail={$emails[ix]}&tab=email">{booticon iname="fa-trash" iexplain="delete"}</a></li> {/section} </ul> {/if} |
