1 <div id="$id" class="$Classes">
2 <% include TableListField_PageControls %>
6 <% if Markable %><th width="36"> </th><% end_if %>
8 <th class="$Name">$Title</th>
10 <th width="18"> </th>
11 <% if Can(delete) %><th width="18"> </th><% end_if %>
16 <tr id="record-$Parent.Name-$ID">
17 <% if Markable %><td width="36" class="markingcheckbox"><div class="dragfile" id="drag-$Parent.Name-$ID"><img id="drag-img-$Parent.Name-$ID" alt="Drag" title="Drag to folder on left to move file" src="sapphire/images/drag.gif" /></div> $MarkingCheckbox</td><% end_if %>
22 <a class="popuplink editlink" href="$EditLink" target="_blank"><img src="cms/images/edit.gif" alt="edit" /></a>
26 <a class="deletelink" href="admin/assets/removefile/$ID" title="Delete this file"><img src="cms/images/delete.gif" alt="delete" /></a>
34 <script type="text/javascript">
35 new CheckBoxRange(document.getElementById('Form_EditForm'), 'Files[]');