Merge pull request #6907 from open-sausages/pulls/4.0/save-it-width

Fix update ss template FormActions
This commit is contained in:
Damian Mooyman 2017-05-16 13:02:21 +12:00 committed by GitHub
commit 9da1a6ef5a

View File

@ -1,6 +1,6 @@
<% if $UseButtonTag %>
<button $AttributesHTML>
<% if $ButtonContent %>$ButtonContent<% else %>$Title.XML<% end_if %>
<% if $ButtonContent %>$ButtonContent<% else %><span>$Title.XML</span><% end_if %>
</button>
<% else %>
<input $AttributesHTML />