control printer icon via correctly named option
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3943 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									f51f6daae1
								
							
						
					
					
						commit
						f87521f469
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -207,7 +207,8 @@ | ||||||
| 
 | 
 | ||||||
| <metal:actions define-macro="page_actions"> | <metal:actions define-macro="page_actions"> | ||||||
|   <div class="page-actions" |   <div class="page-actions" | ||||||
|        tal:condition="python: 'print' in view.globalOptions('action.page')" |        tal:define="pageActions python:view.globalOptions('action.page') or []" | ||||||
|  |        tal:condition="python: 'print' in pageActions" | ||||||
|        title="Print this page" |        title="Print this page" | ||||||
|        i18n:attributes="title"> |        i18n:attributes="title"> | ||||||
|     <a href="javascript:print()"> |     <a href="javascript:print()"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm