mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
1e510684a3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105678 467b73ca-7a2a-4603-9d3b-597d59a354a9
23 lines
951 B
Scheme
23 lines
951 B
Scheme
<tr id="record-$Parent.id-$ID"<% if HighlightClasses %> class="$HighlightClasses"<% end_if %>>
|
|
<td class="dragfile" id="drag-$Parent.Name-$ID">
|
|
<img id="drag-img-$Parent.Name-$ID" alt="Drag" title="<% _t('DRAGTOFOLDER','Drag to folder on left to move file') %>" src="sapphire/images/drag.gif" />
|
|
<span class="linkCount" style="display: none;">$BackLinkTrackingCount</span>
|
|
</div>
|
|
<% if Markable %><td class="markingcheckbox">$MarkingCheckbox</td><% end_if %>
|
|
<% control Fields %>
|
|
<td class="field-$Title.HTMLATT $FirstLast $Name">$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> |