2012-10-31 15:57:48 +01:00
|
|
|
<%-- Exclude ".ss-tabset" class to avoid inheriting behaviour --%>
|
|
|
|
<%-- The ".cms-tabset" class needs to be manually applied to a container elment, --%>
|
|
|
|
<%-- above the level where the tab navigation is placed. --%>
|
|
|
|
<%-- Tab navigation is rendered through various templates, --%>
|
|
|
|
<%-- e.g. through LeftAndMain_EditForm.ss. --%>
|
2012-05-11 03:49:20 +02:00
|
|
|
|
2012-10-31 15:57:48 +01:00
|
|
|
<div $AttributesHTML>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% loop Tabs %>
|
2012-05-08 10:18:25 +02:00
|
|
|
<div $AttributesHTML>
|
2011-04-15 05:32:43 +02:00
|
|
|
<% if Tabs %>
|
|
|
|
$FieldHolder
|
|
|
|
<% else %>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% loop Fields %>
|
2011-04-15 05:32:43 +02:00
|
|
|
$FieldHolder
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2011-04-15 05:32:43 +02:00
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
|
|
|
</div>
|