From 20eeb898835738b03ef9e5e997ce66b1e3ec5bee Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 3 Dec 2008 19:58:16 +0000 Subject: [PATCH] Fix the syntax error (thanks phasefx) and get one more string git-svn-id: svn://svn.open-ils.org/ILS/trunk@11392 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/network.js | 4 ++-- Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/network.js b/Open-ILS/xul/staff_client/chrome/content/util/network.js index a2f07f8793..e41df258ce 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/network.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/network.js @@ -341,12 +341,12 @@ util.network.prototype = { //+ '&desc_brief=' + window.escape('Permission Denied: ' + robj.ilsperm) //+ '&desc_full=' + window.escape('Another staff member with the above permission may authorize this specific action. Please notify your library administrator if you need this permission. If you feel you have received this exception in error, inform your friendly Evergreen developers of the above permission and this debug information: ' + name), //'simple_auth' + (new Date()).toString(), - 'Authorize', + offlineStrings.getFormattedString('network.permission.authorize'), 'chrome,resizable,modal,width=700,height=500', { 'login_type' : 'temp', 'desc_brief' : offlineStrings.getFormattedString('network.permission.description.brief', [robj.ilsperm]), - 'desc_full' : 'offlineStrings.getFormattedString('network.permission.description.full', [name]) + 'desc_full' : offlineStrings.getFormattedString('network.permission.description.full', [name]) //'simple_auth' : (new Date()).toString(), } ); diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties index 5dbc43e996..25266596a2 100644 --- a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties @@ -172,6 +172,7 @@ network.new_session.expired=Session Expired network.new_session.expired.prompt=Please enter the credentials for a new login session. network.new_session.operator_change=Operator Change network.new_session.operator_change.prompt=Please enter the credentials for the new login session. Note that the previous session is still active. +network.permission.authorize=Authorize network.permission.description.brief=Permission Denied: %1$s network.permission.description.full=Another staff member with the above permission may authorize this specific action. Please notify your library administrator if you need this permission. If you feel you have received this exception in error, please inform your friendly Evergreen developers or helpdesk staff of the above permission and this debug information: %1$s network.server_or_method.error=Server or method error -- 2.11.0