2009-04-17 04:26:40 +02:00
|
|
|
<li>
|
|
|
|
<img class="handle" src="sapphire/images/drag.gif" alt="<% _t('DRAG', 'Drag to rearrange order of options') %>" />
|
|
|
|
$DefaultSelect
|
|
|
|
<input type="text" name="$Name.Attr[Title]" value="$Title" />
|
2009-04-18 05:08:34 +02:00
|
|
|
<input type="hidden" class="sortOptionHidden" name="$Name[Sort]" value="$Sort" />
|
2009-04-17 04:26:40 +02:00
|
|
|
|
|
|
|
<% if isReadonly %>
|
|
|
|
<img src="cms/images/locked.gif" alt="<% _t('LOCKED', 'These fields cannot be modified') %>" />
|
|
|
|
<% else %>
|
|
|
|
<a href="$ID" class="deleteOption"><img src="cms/images/delete.gif" alt="<% _t('DELETE', 'Remove this option') %>" /></a>
|
|
|
|
<% end_if %>
|
|
|
|
</li>
|