2009-04-17 02:26:40 +00:00
|
|
|
<li>
|
2012-05-07 17:06:37 +12:00
|
|
|
<img class="handle" src="$ModulePath(framework)/images/drag.gif" alt="<% _t('DRAG', 'Drag to rearrange order of options') %>" />
|
2009-05-21 23:31:46 +00:00
|
|
|
<input type="text" name="{$FieldName}[Title]" value="$Title" />
|
|
|
|
<input type="hidden" class="sortOptionHidden hidden" name="{$FieldName}[Sort]" value="$Sort" />
|
2009-04-17 02:26:40 +00:00
|
|
|
|
2010-09-03 05:06:13 +00:00
|
|
|
<% if canEdit %>
|
2012-05-10 11:51:43 +12:00
|
|
|
<a href="$ID" class="deleteOption"><img src="$ModulePath(framework)/images/delete.gif" alt="<% _t('DELETE', 'Remove this option') %>" /></a>
|
2010-09-03 05:06:13 +00:00
|
|
|
<% else %>
|
2012-05-10 11:51:43 +12:00
|
|
|
<img src="cms/images/locked.gif" alt="<% _t('LOCKED', 'These fields cannot be modified') %>" />
|
2009-04-17 02:26:40 +00:00
|
|
|
<% end_if %>
|
|
|
|
</li>
|