Blame view

framework/templates/forms/ToggleCompositeField.ss 158 Bytes
a63b5418   Administrator   first_commit
1
2
3
4
5
6
7
8
  <div $AttributesHTML>
  	<h$HeadingLevel><a href="#">$Title</a></h$HeadingLevel>
  	<div>
  		<% loop $FieldList %>
  			$FieldHolder
  		<% end_loop %>
  	</div>
  </div>