provide slots for left and right portlet columns to allow overriding by more specific skins
This commit is contained in:
		
							parent
							
								
									be85c435d6
								
							
						
					
					
						commit
						e720d1c5a5
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		|  | @ -19,9 +19,11 @@ | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <div id="menu" metal:define-macro="menu"> |     <div id="menu" metal:define-macro="menu"> | ||||||
|  |       <metal:left define-slot="portlet-left"> | ||||||
|         <tal:portlet repeat="macro controller/macros/portlet_left"> |         <tal:portlet repeat="macro controller/macros/portlet_left"> | ||||||
|           <metal:portlet use-macro="macro" /> |           <metal:portlet use-macro="macro" /> | ||||||
|         </tal:portlet> |         </tal:portlet> | ||||||
|  |       </metal:left> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <div id="content" metal:define-macro="content"> |     <div id="content" metal:define-macro="content"> | ||||||
|  | @ -37,8 +39,7 @@ | ||||||
|       </metal:content> |       </metal:content> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <div id="sub-section" |     <div id="sub-section" metal:define-slot="portlet-right"> | ||||||
|          xtal:condition="view/isAuthenticated"> |  | ||||||
|         <tal:portlet repeat="macro controller/macros/portlet_right"> |         <tal:portlet repeat="macro controller/macros/portlet_right"> | ||||||
|           <metal:portlet use-macro="macro" /> |           <metal:portlet use-macro="macro" /> | ||||||
|         </tal:portlet> |         </tal:portlet> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue