mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Allow custom TitleText on TableListField_Item.ss (e.g. to show a description of the 'delete' button) (from r98828)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99644 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
09e9d77e24
commit
a42a21553c
@ -6,7 +6,7 @@
|
|||||||
<% control Actions %>
|
<% control Actions %>
|
||||||
<td width="16">
|
<td width="16">
|
||||||
<% if IsAllowed %>
|
<% if IsAllowed %>
|
||||||
<a class="$Class" href="$Link">
|
<a class="$Class" href="$Link"<% if TitleText %> title="$TitleText"<% end_if %>>
|
||||||
<% if Icon %><img src="$Icon" alt="$Label" /><% else %>$Label<% end_if %>
|
<% if Icon %><img src="$Icon" alt="$Label" /><% else %>$Label<% end_if %>
|
||||||
</a>
|
</a>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
Loading…
Reference in New Issue
Block a user