From 51ee67b11a4779ae77d78223678f698b345c7ae4 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Sun, 3 Jul 2011 16:50:25 -0400 Subject: [PATCH] Make portal name its tab. Signed-off-by: Thomas Berezansky Signed-off-by: Mike Rylander --- Open-ILS/xul/staff_client/server/index.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index cfb543960d..0068c4d1a4 100644 --- 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); -- 2.11.0