mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR Fixing image paths for EditableOptions template
This commit is contained in:
parent
cbe1dce4ff
commit
7602f7bbfe
@ -4,8 +4,8 @@
|
|||||||
<input type="hidden" class="sortOptionHidden hidden" name="{$FieldName}[Sort]" value="$Sort" />
|
<input type="hidden" class="sortOptionHidden hidden" name="{$FieldName}[Sort]" value="$Sort" />
|
||||||
|
|
||||||
<% if canEdit %>
|
<% if canEdit %>
|
||||||
<a href="$ID" class="deleteOption"><img src="$ModulePath(cms)/images/delete.gif" alt="<% _t('DELETE', 'Remove this option') %>" /></a>
|
<a href="$ID" class="deleteOption"><img src="$ModulePath(framework)/images/delete.gif" alt="<% _t('DELETE', 'Remove this option') %>" /></a>
|
||||||
<% else %>
|
<% else %>
|
||||||
<img src="$ModulePath(cms)/images/locked.gif" alt="<% _t('LOCKED', 'These fields cannot be modified') %>" />
|
<img src="cms/images/locked.gif" alt="<% _t('LOCKED', 'These fields cannot be modified') %>" />
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</li>
|
</li>
|
Loading…
Reference in New Issue
Block a user