Blame view

framework/templates/forms/FormAction.ss 183 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
  <% if $UseButtonTag %>
  	<button $AttributesHTML>
  		<% if $ButtonContent %>$ButtonContent<% else %>$Title.XML<% end_if %>
  	</button>
  <% else %>
  	<input $AttributesHTML />
  <% end_if %>