This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 14:05:37 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
8ebdedf330
silverstripe-framework
/
templates
/
Includes
/
GridField_FormAction.ss
4 lines
102 B
Scheme
Raw
Normal View
History
Unescape
Escape
MINOR More consistent overloading in GridField_Action, using standard getAttributes() method rather than custom template placeholders, removing setButtonIcon() and setButtonLabel() as those features already exist in the base implementation
2012-03-06 16:58:13 +01:00
<button
$AttributesHTML>
Updated loop/if/with to be more consistent
2013-07-13 13:00:46 +02:00
<%
if
$ButtonContent
%>$ButtonContent<%
else
%>$Title<%
end_if
%>
</button>
Reference in New Issue
Copy Permalink