summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-26 22:02:05 -0400
committerspiderr <spider@viovio.com>2013-04-26 22:02:05 -0400
commit070897c1ea22b1914ac40656e1aea74e03a925b5 (patch)
tree75d884c4ed4ab2c03cb213dda627022f423647f6 /templates
parent8a907f3f708743fb5e9260398790137d4a064d0d (diff)
downloadwiki-070897c1ea22b1914ac40656e1aea74e03a925b5.tar.gz
wiki-070897c1ea22b1914ac40656e1aea74e03a925b5.tar.bz2
wiki-070897c1ea22b1914ac40656e1aea74e03a925b5.zip
remove special case handling for print.php - CSS dictates this
Diffstat (limited to 'templates')
-rw-r--r--templates/page_icons.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl
index a018231..e79254b 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}&amp;s5=1">{biticon ipackage="icons" iname="x-office-presentation" 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}">{biticon ipackage="icons" iname="document-print" 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}&amp;watch_event=wiki_page_changed&amp;watch_object={$gContent->mInfo.page_id}&amp;watch_action=remove">{biticon ipackage="icons" iname="weather-clear-night" iexplain="Stop monitoring"}</a>