2007-07-19 12:40:28 +02:00
|
|
|
<tr id="record-$Parent.id-$ID"<% if HighlightClasses %> class="$HighlightClasses"<% end_if %>>
|
|
|
|
<% if Markable %><td width="16">$MarkingCheckbox</td><% end_if %>
|
|
|
|
<% control Fields %>
|
2008-09-13 06:42:59 +02:00
|
|
|
<td class="field-$Title.HTMLATT $FirstLast">$Value</td>
|
2007-07-19 12:40:28 +02:00
|
|
|
<% end_control %>
|
2008-08-12 01:24:54 +02:00
|
|
|
<% control Actions %>
|
2009-03-13 11:07:27 +01:00
|
|
|
<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>
|
2008-08-12 01:24:54 +02:00
|
|
|
<% end_control %>
|
2007-07-19 12:40:28 +02:00
|
|
|
</tr>
|