2015-09-17 05:10:07 +02:00
<div id= "assetadmin-cms-content" class= "cms-content center cms-tabset ss-uploadfield-dropzone $BaseCSSClasses" data-layout-type= "border" data-pjax-fragment= "Content" >
2012-03-07 17:02:08 +01:00
2013-07-18 13:14:29 +02:00
<% with $EditForm %>
2012-03-07 17:02:08 +01:00
<div class= "cms-content-header north" >
2012-06-14 20:36:36 +02:00
<div class= "cms-content-header-info" >
2013-07-18 13:14:29 +02:00
<% with $Controller %>
2012-06-14 20:36:36 +02:00
<% include CMSBreadcrumbs %>
<% end_with %>
</div>
2015-06-16 00:49:19 +02:00
2013-07-18 13:14:29 +02:00
<% if $Fields . hasTabset %>
2015-06-16 00:49:19 +02:00
<% with $Fields . fieldByName ( 'Root ' ) %>
<div class= "cms-content-header-tabs" >
2015-10-23 05:01:29 +02:00
<button id= "filters-button" class= "icon-button font-icon-search no-text" title= "<% _t('CMSPagesController_Tools_ss.FILTER', 'Filter') %>" ></button>
2015-06-26 02:48:29 +02:00
<div class= "icon-button-group" >
<ul class= "cms-tabset-nav-primary ss-tabset" >
<% loop $Tabs %>
2015-08-25 05:08:09 +02:00
<li<% if $extraClass %> class= "$extraClass" <% end_if %>><a class= "cms-panel-link icon-button <% if $Title == 'List View' %>font-icon-list<% else_if $Title == 'Tree View' %>font-icon-icon-tree<% else %>font-icon-pencil<% end_if %>" href= "#$id" title= "$Title" ></a></li>
2015-06-26 02:48:29 +02:00
<% end_loop %>
</ul>
</div>
2015-06-16 00:49:19 +02:00
</div>
<% end_with %>
2012-06-14 20:36:36 +02:00
<% end_if %>
2012-03-07 17:02:08 +01:00
</div>
2015-06-16 00:49:19 +02:00
<div class= "cms-content-fields center ui-widget-content cms-panel-padded" data-layout-type= "border" >
2012-06-14 20:36:36 +02:00
$Top . Tools
2015-06-16 00:49:19 +02:00
<div class= "cms-content-view" >
$forTemplate
</div>
2012-03-07 17:02:08 +01:00
</div>
2012-06-14 20:36:36 +02:00
<% end_with %>
2013-07-18 13:14:29 +02:00
2015-06-16 00:49:19 +02:00
</div>