mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix update ss template FormActions to be closer to React's implementation
This commit is contained in:
parent
fac2bab785
commit
6939841e47
@ -1,6 +1,6 @@
|
|||||||
<% if $UseButtonTag %>
|
<% if $UseButtonTag %>
|
||||||
<button $AttributesHTML>
|
<button $AttributesHTML>
|
||||||
<% if $ButtonContent %>$ButtonContent<% else %>$Title.XML<% end_if %>
|
<% if $ButtonContent %>$ButtonContent<% else %><span>$Title.XML</span><% end_if %>
|
||||||
</button>
|
</button>
|
||||||
<% else %>
|
<% else %>
|
||||||
<input $AttributesHTML />
|
<input $AttributesHTML />
|
||||||
|
Loading…
Reference in New Issue
Block a user