|
Lines 11-17
Link Here
|
| 11 |
var MSG_MMT_SOURCE_FIELD = _("The source field should be filled."); |
11 |
var MSG_MMT_SOURCE_FIELD = _("The source field should be filled."); |
| 12 |
var MSG_MMT_EVERY = _("Every"); |
12 |
var MSG_MMT_EVERY = _("Every"); |
| 13 |
var MSG_MMT_ALL = _("All"); |
13 |
var MSG_MMT_ALL = _("All"); |
| 14 |
var MSG_MMT_CONFIRM_DEL_TEMPLATE= _("Are you sure you wish to delete this template?"); |
14 |
var MSG_MMT_CONFIRM_DEL_TEMPLATE = _("Are you sure you wish to delete this template?"); |
|
|
15 |
var MSG_MMT_CONFIRM_DEL_TEMPLATE_ACTION = _("Are you sure you wish to delete this template action?"); |
| 15 |
var MSG_MMT_EDIT_ACTION = _("Edit action %s"); |
16 |
var MSG_MMT_EDIT_ACTION = _("Edit action %s"); |
| 16 |
var MSG_MMT_UPDATE_ACTION = _("Update action"); |
17 |
var MSG_MMT_UPDATE_ACTION = _("Update action"); |
| 17 |
//]]> |
18 |
//]]> |
|
Lines 162-168
Link Here
|
| 162 |
"[% ActionsLoo.conditional_regex |replace('\\\\', '\\\\') |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]", |
163 |
"[% ActionsLoo.conditional_regex |replace('\\\\', '\\\\') |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]", |
| 163 |
"[% ActionsLoo.description |replace('\\\\', '\\\\') |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]" |
164 |
"[% ActionsLoo.description |replace('\\\\', '\\\\') |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]" |
| 164 |
);updateAllEvery();'>Edit</a></td> |
165 |
);updateAllEvery();'>Edit</a></td> |
| 165 |
<td><a href="marc_modification_templates.pl?template_id=[% ActionsLoo.template_id %]&op=delete_action&mmta_id=[% ActionsLoo.mmta_id %]">Delete</a></td> |
166 |
<td><a href="marc_modification_templates.pl?template_id=[% ActionsLoo.template_id %]&op=delete_action&mmta_id=[% ActionsLoo.mmta_id %]" onclick="return confirmDeleteAction();">Delete</a></td> |
| 166 |
</tr> |
167 |
</tr> |
| 167 |
[% END %] |
168 |
[% END %] |
| 168 |
</table> |
169 |
</table> |
| 169 |
- |
|
|