projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6439d5f
)
TPAC: Localize the "move to bookbag" string
author
Dan Scott
<dscott@laurentian.ca>
Wed, 19 Oct 2011 19:24:50 +0000
(15:24 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 19 Oct 2011 19:25:35 +0000
(15:25 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/anon_list.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/parts/anon_list.tt2
b/Open-ILS/src/templates/opac/parts/anon_list.tt2
index
3afa99e
..
4a96558
100644
(file)
--- a/
Open-ILS/src/templates/opac/parts/anon_list.tt2
+++ b/
Open-ILS/src/templates/opac/parts/anon_list.tt2
@@
-32,7
+32,7
@@
<option value="place_hold">[% l('Place hold') %]</option>
<option value="delete">[% l('Remove from list') %]</option>
[% IF ctx.user AND ctx.bookbags.size %]
- <optgroup label="
Move selected items to
">
+ <optgroup label="
[% l('Move selected items to bookbag:') %]
">
[% FOR bbag IN ctx.bookbags %]]
<option value="[% bbag.id %]" class="selector_actions_for_list_inner_option">[% bbag.name | html %]</option>
[% END %]