2012-05-30 15:05:17 +02:00
|
|
|
<div class="cms-content center cms-tabset $BaseCSSClasses" data-layout-type="border" data-pjax-fragment="Content">
|
2012-03-07 17:02:08 +01:00
|
|
|
|
2012-06-14 20:36:36 +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">
|
|
|
|
<% include BackLink_Button %>
|
2012-03-07 17:02:08 +01:00
|
|
|
|
2012-06-14 20:36:36 +02:00
|
|
|
<h2 id="page-title-heading">
|
|
|
|
<% with Controller %>
|
|
|
|
<% include CMSBreadcrumbs %>
|
|
|
|
<% end_with %>
|
|
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
<% if Fields.hasTabset %>
|
|
|
|
<% with Fields.fieldByName('Root') %>
|
|
|
|
<div class="cms-content-header-tabs">
|
|
|
|
<ul>
|
|
|
|
<% loop Tabs %>
|
|
|
|
<li<% if extraClass %> class="$extraClass"<% end_if %>><a href="#$id">$Title</a></li>
|
|
|
|
<% end_loop %>
|
|
|
|
</ul>
|
2012-06-06 14:35:45 +02:00
|
|
|
</div>
|
2012-06-14 20:36:36 +02:00
|
|
|
<% end_with %>
|
|
|
|
<% end_if %>
|
2012-03-07 17:02:08 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="cms-content-fields center ui-widget-content" data-layout-type="border">
|
2012-06-14 20:36:36 +02:00
|
|
|
$Top.Tools
|
|
|
|
$forTemplate
|
2012-03-07 17:02:08 +01:00
|
|
|
</div>
|
2012-06-14 20:36:36 +02:00
|
|
|
<% end_with %>
|
2012-03-07 17:02:08 +01:00
|
|
|
|
|
|
|
</div>
|