summaryrefslogtreecommitdiff
path: root/templates/print.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/print.tpl')
-rw-r--r--templates/print.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/print.tpl b/templates/print.tpl
index 437ca37..235f09e 100644
--- a/templates/print.tpl
+++ b/templates/print.tpl
@@ -5,7 +5,7 @@
<div class="display wiki">
<div class="floaticon"> <!-- Actions -->
{if $gContent->hasUpdatePermission()}
- <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{booticon iname="fa-pen-to-square" iexplain="edit"}</a>
{/if}
{if $gBitSystem->isPackageActive( 'pdf' ) && $gContent->hasUserPermission( 'p_pdf_generation' )}
<a title="{tr}create PDF{/tr}" href="{$smarty.const.PDF_PKG_URL}?page_id={$gContent->mInfo.page_id}">{biticon ipackage="pdf" iname="pdf" iexplain="PDF"}</a>