From: Dan Scott Date: Tue, 1 May 2012 15:43:38 +0000 (-0400) Subject: Restore the "Local Administration" link to the splash page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7166448dba7eafa6cfe629e47f937b5b42e2ec90;p=contrib%2FConifer.git Restore the "Local Administration" link to the splash page From Local Admin we can get to Library Hours, and thence satisfaction. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index fafe2a1ea7..69c7bafdef 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -128,7 +128,10 @@ xulG.set_tab(loc, params, {}); } function local_admin(newtab) { - var loc = urls.XUL_REMOTE_BROWSER + '?url=' + window.escape(urls.XUL_LOCAL_ADMIN + '?ses=' + window.escape(ses()) + '&session=' + window.escape(ses())); + // var loc = urls.XUL_REMOTE_BROWSER + '?url=' + window.escape(urls.XUL_LOCAL_ADMIN + '?ses=' + window.escape(ses()) + '&session=' + window.escape(ses())); + // Crude hack - but works, whereas the previous does not + var loc = '/xul/server/admin' + '?ses=' + window.escape(ses()) + '&session=' + window.escape(ses()); + var params = {'tab_name':'Local Administration', 'browser' : true }; var content_params = { 'no_xulG' : false, 'show_nav_buttons' : true, 'show_print_button' : true }; @@ -537,6 +540,15 @@ "#" onclick= "try { receipt_editor(false); } catch(E) { alert(E); }; return false;">&staff.client.portal.receipts; + + + + Open in a new tab Local administration + +