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') %>" />
|
2009-05-22 01:31:46 +02:00
|
|
|
<input type="text" name="{$FieldName}[Title]" value="$Title" />
|
|
|
|
<input type="hidden" class="sortOptionHidden hidden" name="{$FieldName}[Sort]" value="$Sort" />
|
2009-04-17 04:26:40 +02:00
|
|
|
|
2010-09-03 07:06:13 +02:00
|
|
|
<% if canEdit %>
|
2009-04-17 04:26:40 +02:00
|
|
|
<a href="$ID" class="deleteOption"><img src="cms/images/delete.gif" alt="<% _t('DELETE', 'Remove this option') %>" /></a>
|
2010-09-03 07:06:13 +02:00
|
|
|
<% else %>
|
|
|
|
<img src="cms/images/locked.gif" alt="<% _t('LOCKED', 'These fields cannot be modified') %>" />
|
2009-04-17 04:26:40 +02:00
|
|
|
<% end_if %>
|
|
|
|
</li>
|