projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c661f
)
webstaff: a couple strings for a generic record deletion dialog
author
Galen Charlton
<gmc@esilibrary.com>
Fri, 10 Jun 2016 22:19:17 +0000
(18:19 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Thu, 18 Aug 2016 12:22:25 +0000
(08:22 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/base_js.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/staff/base_js.tt2
b/Open-ILS/src/templates/staff/base_js.tt2
index
c1b721b
..
bd3928f
100644
(file)
--- a/
Open-ILS/src/templates/staff/base_js.tt2
+++ b/
Open-ILS/src/templates/staff/base_js.tt2
@@
-74,6
+74,8
@@
s.EG_WORK_LOG_FORGIVE_PAYMENT = '[% l('Forgive Payment') %]';
s.EG_WORK_LOG_GOODS_PAYMENT = '[% l('Goods Payment') %]';
s.EG_WORK_LOG_REQUESTED_HOLD = '[% l('Hold Request') %]';
+ s.EG_CONFIRM_DELETE_RECORD_TITLE = '[% l('Confirm Record Deletion') %]';
+ s.EG_CONFIRM_DELETE_RECORD_BODY = "[% l('Delete record {{id}}?') %]";
}]);
</script>