|
Lines 163-169
Link Here
|
| 163 |
</td> |
163 |
</td> |
| 164 |
<td>[% ActionsLoo.description | html %]</td> |
164 |
<td>[% ActionsLoo.description | html %]</td> |
| 165 |
<td> |
165 |
<td> |
| 166 |
<a class="btn btn-default btn-xs edit_action" href="#modaction" data-mmta_id="[% ActionsLoo.mmta_id %]"><i class="fa fa-pencil"></i> Edit</a> |
166 |
<a class="btn btn-default btn-xs edit_action" href="#modaction" data-mmta_id="[% ActionsLoo.mmta_id | html %]"><i class="fa fa-pencil"></i> Edit</a> |
| 167 |
</td> |
167 |
</td> |
| 168 |
<td> |
168 |
<td> |
| 169 |
<a class="btn btn-default btn-xs" href="marc_modification_templates.pl?template_id=[% ActionsLoo.template_id | html %]&op=delete_action&mmta_id=[% ActionsLoo.mmta_id | html %]" onclick="return confirmDeleteAction();"><i class="fa fa-trash"></i> Delete</a> |
169 |
<a class="btn btn-default btn-xs" href="marc_modification_templates.pl?template_id=[% ActionsLoo.template_id | html %]&op=delete_action&mmta_id=[% ActionsLoo.mmta_id | html %]" onclick="return confirmDeleteAction();"><i class="fa fa-trash"></i> Delete</a> |
|
Lines 339-345
Link Here
|
| 339 |
var MSG_MMT_CONDITIONAL_COMPARISON_REQUIRED = _("The conditional comparison operator should be filled."); |
339 |
var MSG_MMT_CONDITIONAL_COMPARISON_REQUIRED = _("The conditional comparison operator should be filled."); |
| 340 |
var MSG_MMT_CONDITIONAL_VALUE_REQUIRED = _("The conditional value should be filled."); |
340 |
var MSG_MMT_CONDITIONAL_VALUE_REQUIRED = _("The conditional value should be filled."); |
| 341 |
var MSG_MMT_CONDITIONAL_VALUE_REGEX_REQUIRED = _("The conditional regular expression should be filled."); |
341 |
var MSG_MMT_CONDITIONAL_VALUE_REGEX_REQUIRED = _("The conditional regular expression should be filled."); |
| 342 |
var mmtas = [% ActionsLoop.json %] |
342 |
var mmtas = [% ActionsLoop.json | $raw %] |
| 343 |
</script> |
343 |
</script> |
| 344 |
[% Asset.js("js/marc_modification_templates.js") | $raw %] |
344 |
[% Asset.js("js/marc_modification_templates.js") | $raw %] |
| 345 |
[% END %] |
345 |
[% END %] |
| 346 |
- |
|
|