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:
f04e6ca
)
KMAIN-227 - Enhance the Manage Authorities interface
author
Bill Erickson
<berickxx@gmail.com>
Wed, 29 Oct 2014 21:07:00 +0000
(17:07 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Cross-port:
2b214f4
Open-ILS/web/js/ui/kcls/cat/authority/list.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/ui/kcls/cat/authority/list.js
b/Open-ILS/web/js/ui/kcls/cat/authority/list.js
index
3037fb8
..
f58b2c4
100644
(file)
--- a/
Open-ILS/web/js/ui/kcls/cat/authority/list.js
+++ b/
Open-ILS/web/js/ui/kcls/cat/authority/list.js
@@
-272,7
+272,7
@@
function getAssociatedBibs(authIds) {
count ++;
dojo.place('<div class="bibrecord forAuth' +
- authIds[i] + '"><a href="/eg/opac/record/' +
authIds[i]
+ '" target="_blank"> - ' + msg[authIds[i]][bib] +
+ authIds[i] + '"><a href="/eg/opac/record/' +
bib
+ '" target="_blank"> - ' + msg[authIds[i]][bib] +
'</a></div> ',
'auth' + authIds[i],
'last');