add link to tabular view on header cell
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4182 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									f0e29a6269
								
							
						
					
					
						commit
						9809f51de5
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -92,7 +92,14 @@ | ||||||
| <metal:block define-macro="headline"> | <metal:block define-macro="headline"> | ||||||
|   <h1 tal:attributes="ondblclick cell/openEditWindow"> |   <h1 tal:attributes="ondblclick cell/openEditWindow"> | ||||||
|     <a tal:attributes="href cell/targetUrl" |     <a tal:attributes="href cell/targetUrl" | ||||||
|        tal:content="cell/title" /></h1> |        tal:content="cell/title" /> | ||||||
|  |     <a title="Show tabular view" | ||||||
|  |        i18n:attributes="title" | ||||||
|  |        tal:condition="cell/editable" | ||||||
|  |        tal:attributes="href string:${cell/targetUrl}?loops.viewName=index.html"> | ||||||
|  |       <img tal:attributes="src string:$resourceBase/cybertools.icons/table.png" /> | ||||||
|  |     </a> | ||||||
|  |   </h1> | ||||||
|   <div tal:condition="cell/description"> |   <div tal:condition="cell/description"> | ||||||
|     <i tal:content="structure cell/renderedDescription" /> |     <i tal:content="structure cell/renderedDescription" /> | ||||||
|      </div> |      </div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm