mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
MINOR Removed custom ExternalLoginForm.ss
This commit is contained in:
parent
44cec3d0ac
commit
ea53ef5550
@ -1,32 +0,0 @@
|
||||
<% if IncludeFormTag %>
|
||||
<form $FormAttributes class="form login-form">
|
||||
<% end_if %>
|
||||
<% if Message %>
|
||||
<p id="{$FormName}_error" class="message $MessageType">$Message</p>
|
||||
<% else %>
|
||||
<p id="{$FormName}_error" class="message $MessageType" style="display: none"></p>
|
||||
<% end_if %>
|
||||
|
||||
<fieldset>
|
||||
<% if Legend %><legend>$Legend</legend><% end_if %>
|
||||
<ul>
|
||||
<% control Fields %>
|
||||
<li class="item $type">
|
||||
<% if type != checkbox %><% if IsHidden != true %><label for="$id">$Title</label><% end_if %><% end_if %>
|
||||
$Field
|
||||
<% if type == checkbox %><label for="$id">$Title</label><% end_if %>
|
||||
<% if Message %><span class="message $MessageType">$Message</span><% end_if %>
|
||||
</li>
|
||||
<% end_control %>
|
||||
</ul>
|
||||
<% if Actions %>
|
||||
<ul class="controls">
|
||||
<% control Actions %>
|
||||
<li>$Field</li>
|
||||
<% end_control %>
|
||||
</ul>
|
||||
<% end_if %>
|
||||
</fieldset>
|
||||
<% if IncludeFormTag %>
|
||||
</form>
|
||||
<% end_if %>
|
Loading…
Reference in New Issue
Block a user