MINOR Allow custom TitleText on TableListField_Item.ss (e.g. to show a description of the 'delete' button)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@98828 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-02-11 21:55:46 +00:00
parent 735ed967a5
commit 021c5af01c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<% control Actions %>
<td width="16">
<% 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 %>
</a>
<% else %>