mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Remove templates
This commit is contained in:
parent
85f47e3623
commit
0741de2cee
@ -1,6 +0,0 @@
|
|||||||
<div data-id="$ID" class="field<% if extraClass %> $extraClass<% end_if %>">
|
|
||||||
$Field
|
|
||||||
<label class="right" for="$Name">$Title</label>
|
|
||||||
<% if $Message %><span class="message $MessageType">$Message</span><% end_if %>
|
|
||||||
<% if $Description %><span class="description">$Description</span><% end_if %>
|
|
||||||
</div>
|
|
@ -1,12 +0,0 @@
|
|||||||
<ul data-id="$ID" class="$extraClass">
|
|
||||||
<% if $Options.Count %>
|
|
||||||
<% loop $Options %>
|
|
||||||
<li class="$Class">
|
|
||||||
<input id="$Name[$Value]" class="checkbox" name="$Name" type="checkbox" value="$Value"<% if $isChecked %> checked="checked"<% end_if %><% if $isDisabled %> disabled="disabled"<% end_if %> />
|
|
||||||
<label for="$Name[$Value]">$Title</label>
|
|
||||||
</li>
|
|
||||||
<% end_loop %>
|
|
||||||
<% else %>
|
|
||||||
<li>No options available</li>
|
|
||||||
<% end_if %>
|
|
||||||
</ul>
|
|
@ -1,9 +0,0 @@
|
|||||||
<div data-id="$ID" class="field<% if $extraClass %> $extraClass<% end_if %>">
|
|
||||||
<% if $Title %><label class="left" for="$Name">$Title</label><% end_if %>
|
|
||||||
<div class="middleColumn">
|
|
||||||
$Field
|
|
||||||
</div>
|
|
||||||
<% if $RightTitle %><label class="right" for="$Name">$RightTitle</label><% end_if %>
|
|
||||||
<% if $Message %><span class="message $MessageType">$Message</span><% end_if %>
|
|
||||||
<% if $Description %><span class="description">$Description</span><% end_if %>
|
|
||||||
</div>
|
|
Loading…
x
Reference in New Issue
Block a user