[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 3d1b661e1bdee902786db09e796f59be7e6b49d8
Evergreen Git
git at git.evergreen-ils.org
Fri May 25 14:18:51 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_1 has been updated
via 3d1b661e1bdee902786db09e796f59be7e6b49d8 (commit)
via d6f640e8be3f5d5400d532c6419199c87b595229 (commit)
from a823238c86976f78b1b672d3c9852cebc9d4d855 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d1b661e1bdee902786db09e796f59be7e6b49d8
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date: Fri May 25 14:25:44 2018 -0400
LP#1772417: (follow-up) improve I18N of the bucket title string
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
index 157ad70..6245f95 100644
--- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
@@ -1,6 +1,6 @@
<div ng-show="bucket()">
- <strong>[% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %]</strong>
+ <strong>[% l('Bucket #[_1]: [_2]', '{{bucket().id()}}', '{{bucket().name()}}') %]</strong>
<span>
<ng-pluralize count="bucketSvc.currentBucket.items().length"
when="{'one': '[% l("1 item") %]', 'other': '[% l("{} items") %]'}">
commit d6f640e8be3f5d5400d532c6419199c87b595229
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Mon May 21 09:28:39 2018 -0700
LP1772417: Adding the bucket ID to the user bucket display
To test:
1) Open a patron bucket. Note that the bucket ID is not listed
in the bucket information section at the top of this screen.
2) Apply this commit.
3) Open the same patron bucket. Note that the bucket ID is
listed in the bucket information section
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Garry Collum <gcollum at gmail.com>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
index 877fcf6..157ad70 100644
--- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
@@ -1,6 +1,6 @@
<div ng-show="bucket()">
- <strong>[% l('Bucket: {{bucket().name()}}') %]</strong>
+ <strong>[% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %]</strong>
<span>
<ng-pluralize count="bucketSvc.currentBucket.items().length"
when="{'one': '[% l("1 item") %]', 'other': '[% l("{} items") %]'}">
-----------------------------------------------------------------------
Summary of changes:
.../staff/circ/patron/bucket/t_bucket_info.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list