2009-11-21 03:20:11 +00:00
|
|
|
<div id="$id" class="$CSSClasses $extraClass field dragdrop" href="$CurrentLink">
|
2008-11-03 23:09:49 +00:00
|
|
|
<div class="FileFilter filterBox">
|
|
|
|
$SearchForm
|
|
|
|
</div>
|
2010-10-15 01:49:35 +00:00
|
|
|
<% if Markable %>
|
|
|
|
<% include TableListField_SelectOptions %>
|
|
|
|
<% end_if %>
|
2007-07-19 10:40:05 +00:00
|
|
|
<% include TableListField_PageControls %>
|
|
|
|
<table class="data">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2008-11-18 01:48:50 +00:00
|
|
|
<th width="18"> </th>
|
|
|
|
<% if Markable %><th width="18"> </th><% end_if %>
|
2007-07-19 10:40:05 +00:00
|
|
|
<% control Headings %>
|
|
|
|
<th class="$Name">$Title</th>
|
|
|
|
<% end_control %>
|
|
|
|
<th width="18"> </th>
|
2007-09-15 20:47:35 +00:00
|
|
|
<% if Can(delete) %><th width="18"> </th><% end_if %>
|
2007-07-19 10:40:05 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2009-02-03 02:50:25 +00:00
|
|
|
<% if Items %>
|
|
|
|
<% control Items %>
|
2009-11-21 03:19:47 +00:00
|
|
|
<% include AssetTableField_Item %>
|
2009-02-03 02:50:25 +00:00
|
|
|
<% end_control %>
|
|
|
|
<% else %>
|
2009-11-21 03:19:47 +00:00
|
|
|
<tr class="notfound">
|
|
|
|
<td></td>
|
|
|
|
<% if Markable %><th width="18"> </th><% end_if %>
|
2010-10-15 01:46:53 +00:00
|
|
|
<td colspan="$Headings.Count"><i><% sprintf(_t('AssetTableField.NODATAFOUND', 'No %s found'),$NamePlural) %></i></td>
|
2009-11-21 03:19:47 +00:00
|
|
|
<% if Can(delete) %><td width="18"> </td><% end_if %>
|
|
|
|
</tr>
|
2009-02-03 02:50:25 +00:00
|
|
|
<% end_if %>
|
2007-07-19 10:40:05 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
2009-11-21 03:20:03 +00:00
|
|
|
<div class="utility">
|
|
|
|
$DeleteMarkedButton
|
|
|
|
<% control Utility %>
|
|
|
|
<span class="item"><a href="$Link">$Title</a></span>
|
|
|
|
<% end_control %>
|
|
|
|
</div>
|
2008-04-26 06:40:29 +00:00
|
|
|
</div>
|