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:
8404f07
)
Make portal name its tab.
author
Thomas Berezansky
<tsbere@mvlc.org>
Sun, 3 Jul 2011 20:50:25 +0000
(16:50 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Tue, 23 Aug 2011 18:43:13 +0000
(14:43 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/xul/staff_client/server/index.xhtml
patch
|
blob
|
history
diff --git
a/Open-ILS/xul/staff_client/server/index.xhtml
b/Open-ILS/xul/staff_client/server/index.xhtml
index
cfb5439
..
0068c4d
100644
(file)
--- a/
Open-ILS/xul/staff_client/server/index.xhtml
+++ b/
Open-ILS/xul/staff_client/server/index.xhtml
@@
-91,6
+91,7
@@
data.stash_retrieve();
document.getElementById('staffname').innerHTML = ", " + data.list.au[0].first_given_name();
home_ou_id = data.list.au[0].ws_ou();
+ xulG.set_tab_name('Portal');
}
function jb_open_eg_web_page(path, label) {
var loc = urls.XUL_BROWSER + '?url=' + window.escape(xulG.url_prefix(urls.EG_WEB_BASE) + '/' + path);