diff --git a/templates/EditableFormField.ss b/templates/EditableFormField.ss index a8c4fbd..26c8e0e 100755 --- a/templates/EditableFormField.ss +++ b/templates/EditableFormField.ss @@ -2,9 +2,9 @@
  • <% if canEdit %> - <% _t('DRAG', 'Drag to rearrange order of fields') %> + <% _t('DRAG', 'Drag to rearrange order of fields') %> <% else %> - <% _t('LOCKED', 'These fields cannot be modified') %> + <% _t('LOCKED', 'These fields cannot be modified') %> <% end_if %> $ClassName diff --git a/templates/EditableOption.ss b/templates/EditableOption.ss index 05b2d18..f67535a 100644 --- a/templates/EditableOption.ss +++ b/templates/EditableOption.ss @@ -1,11 +1,11 @@
  • - <% _t('DRAG', 'Drag to rearrange order of options') %> + <% _t('DRAG', 'Drag to rearrange order of options') %> <% if canEdit %> - <% _t('DELETE', 'Remove this option') %> + <% _t('DELETE', 'Remove this option') %> <% else %> - <% _t('LOCKED', 'These fields cannot be modified') %> + <% _t('LOCKED', 'These fields cannot be modified') %> <% end_if %>
  • \ No newline at end of file diff --git a/templates/FieldEditor.ss b/templates/FieldEditor.ss index c9b7dd5..58c5938 100755 --- a/templates/FieldEditor.ss +++ b/templates/FieldEditor.ss @@ -1,8 +1,7 @@ <% require css(userforms/css/FieldEditor.css) %> -<% require javascript(framework/thirdparty/jquery-ui/jquery-ui.js) %> <% require javascript(userforms/javascript/UserForm.js) %> -
    +