diff options
| author | "Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-05-26 07:22:31 +0100 |
|---|---|---|
| committer | "Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-05-26 07:22:31 +0100 |
| commit | 61434d93284d9c1e1dae3a74b176056284afe859 (patch) | |
| tree | 94b7e890f85041fc63386d878b5010848b25c1ea | |
| parent | a17c72883f4d0102e6e030a1925617eb55442b54 (diff) | |
| download | wiki-61434d93284d9c1e1dae3a74b176056284afe859.tar.gz wiki-61434d93284d9c1e1dae3a74b176056284afe859.tar.bz2 wiki-61434d93284d9c1e1dae3a74b176056284afe859.zip | |
Complete icon list for tool bar
| -rw-r--r-- | templates/page_icons.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index f4d068b..831c956 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -57,12 +57,12 @@ {/if} {if $gBitSystem->isFeatureActive( 'users_watches' ) and $gContent->hasUserPermission('p_users_admin')} - <a href="{$smarty.const.WIKI_PKG_URL}page_watches.php?page_id={$gContent->mInfo.page_id}">{tr}Watches{/tr}</a> + <a href="{$smarty.const.WIKI_PKG_URL}page_watches.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="system-search" iexplain="Watches"}</a> {/if} -{* seem to be broken +{* seem to be broken {if $gBitUser->hasPermission( 'p_wiki_admin' )} - <li><a href="{$smarty.const.WIKI_PKG_URL}export_wiki_pages.php?page_id={$gContent->mInfo.page_id}">{tr}Export{/tr}</a></li> + <li><a href="{$smarty.const.WIKI_PKG_URL}export_wiki_pages.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="go-up" iexplain="Export"}</a></li> {/if} *} |
