Lines 157-165
Link Here
|
157 |
[% IF ( ActionsLoo.conditional_comparison_equals ) %] matches [% END %] |
157 |
[% IF ( ActionsLoo.conditional_comparison_equals ) %] matches [% END %] |
158 |
[% IF ( ActionsLoo.conditional_comparison_not_equals ) %] does not match [% END %] |
158 |
[% IF ( ActionsLoo.conditional_comparison_not_equals ) %] does not match [% END %] |
159 |
|
159 |
|
160 |
[% IF ( ActionsLoo.conditional_regex ) %] RegEx m/[% END %] |
160 |
[% IF ( ActionsLoo.conditional_regex ) %] RegEx m/[% END %]<strong>[% ActionsLoo.conditional_value | html %]</strong>[% IF ( ActionsLoo.conditional_regex ) %]/[% END %] |
161 |
<strong>[% ActionsLoo.conditional_value | html %]</strong> |
|
|
162 |
[% IF ( ActionsLoo.conditional_regex ) %]/[% END %] |
163 |
[% END %] |
161 |
[% END %] |
164 |
</td> |
162 |
</td> |
165 |
<td>[% ActionsLoo.description | html %]</td> |
163 |
<td>[% ActionsLoo.description | html %]</td> |
Lines 356-361
Link Here
|
356 |
var MSG_MMT_CONFIRM_DEL_TEMPLATE_ACTION = _("Are you sure you wish to delete this template action?"); |
354 |
var MSG_MMT_CONFIRM_DEL_TEMPLATE_ACTION = _("Are you sure you wish to delete this template action?"); |
357 |
var MSG_MMT_EDIT_ACTION = _("Edit action %s"); |
355 |
var MSG_MMT_EDIT_ACTION = _("Edit action %s"); |
358 |
var MSG_MMT_UPDATE_ACTION = _("Update action"); |
356 |
var MSG_MMT_UPDATE_ACTION = _("Update action"); |
|
|
357 |
var MSG_MMT_CONDITIONAL_FIELD_REQUIRED = _("The conditional field should be filled."); |
358 |
var MSG_MMT_CONDITIONAL_COMPARISON_REQUIRED = _("The conditional comparison operator should be filled."); |
359 |
var MSG_MMT_CONDITIONAL_VALUE_REQUIRED = _("The conditional value should be filled."); |
360 |
var MSG_MMT_CONDITIONAL_VALUE_REGEX_REQUIRED = _("The conditional regular expression should be filled."); |
359 |
</script> |
361 |
</script> |
360 |
[% Asset.js("js/marc_modification_templates.js") | $raw %] |
362 |
[% Asset.js("js/marc_modification_templates.js") | $raw %] |
361 |
[% END %] |
363 |
[% END %] |