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>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $Tabs %>
|
|
|
|
<% if $Tabs %>
|
2012-07-06 04:48:15 +02:00
|
|
|
$FieldHolder
|
|
|
|
<% else %>
|
|
|
|
<div $AttributesHTML>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $Fields %>
|
2012-07-06 04:48:15 +02:00
|
|
|
$FieldHolder
|
|
|
|
<% end_loop %>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
|
|
|
</div>
|