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