diff options
| author | spiderr <spider@viovio.com> | 2013-04-26 22:02:55 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-26 22:02:55 -0400 |
| commit | 82f23e22703a9669649371eccaa3d8904057b3f3 (patch) | |
| tree | 22d34c9cd6df31b41ca743bf2e88895ee8cf7284 /templates | |
| parent | 52246998d7ee5de720b535194d64bb344738978d (diff) | |
| download | wiki-82f23e22703a9669649371eccaa3d8904057b3f3.tar.gz wiki-82f23e22703a9669649371eccaa3d8904057b3f3.tar.bz2 wiki-82f23e22703a9669649371eccaa3d8904057b3f3.zip | |
remove special case handling for print.php - CSS dictates this
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page_icons.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index c30ebd7..158424f 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -43,11 +43,6 @@ <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&s5=1">{booticon ipackage="icons" iname="icon-facetime-video" iexplain="s5 slideshow"}</a> {/if} - {* we hide this link from browsers that can interpret css since we use css to determine what is printed and what not *} - {if $gContent->hasUserPermission( 'p_liberty_print' )} - <a title="{tr}print{/tr}" style="display:none;" href="{$smarty.const.WIKI_PKG_URL}print.php?{if $structureInfo.root_structure_id}structure_id={$structureInfo.root_structure_id}{else}page_id={$gContent->mInfo.page_id}{/if}">{booticon iname="icon-print" ipackage="icons" iexplain="Print"}</a> - {/if} - {if $gBitUser->isRegistered() and $gBitUser->mUserId && $gBitSystem->isFeatureActive( 'users_watches' ) } {if $user_watching_page eq 'y'} <a title="{tr}stop monitoring this page{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$gContent->mInfo.page_id}&watch_event=wiki_page_changed&watch_object={$gContent->mInfo.page_id}&watch_action=remove">{booticon ipackage="icons" iname="icon-eye-close" iexplain="Stop monitoring"}</a> |
