mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
0fffbb47d3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@79566 467b73ca-7a2a-4603-9d3b-597d59a354a9
19 lines
760 B
Scheme
Executable File
19 lines
760 B
Scheme
Executable File
<tr id="record-$Parent.id-$ID"<% if HighlightClasses %> class="$HighlightClasses"<% end_if %>>
|
|
<% if Markable %><td width="16" class="markingcheckbox">$MarkingCheckbox</td><% end_if %>
|
|
<% control Fields %>
|
|
<td class="field-$Title.HTMLATT $FirstLast">$Value</td>
|
|
<% end_control %>
|
|
<% control Actions %>
|
|
<td width="16">
|
|
<% if IsAllowed %>
|
|
<a class="$Class" href="$Link">
|
|
<% if Icon %><img src="$Icon" alt="$Label" /><% else %>$Label<% end_if %>
|
|
</a>
|
|
<% else %>
|
|
<span class="disabled">
|
|
<% if IconDisabled %><img src="$IconDisabled" alt="$Label" /><% else %>$Label<% end_if %>
|
|
</span>
|
|
<% end_if %>
|
|
</td>
|
|
<% end_control %>
|
|
</tr> |