[open-ils-commits] r11392 - in trunk/Open-ILS/xul/staff_client/chrome: content/util locale/en-US

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 3 14:58:20 EST 2008


Author: dbs
Date: 2008-12-03 14:58:16 -0500 (Wed, 03 Dec 2008)
New Revision: 11392

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/network.js
   trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
Log:
Fix the syntax error (thanks phasefx) and get one more string


Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/network.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/network.js	2008-12-03 19:09:22 UTC (rev 11391)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/network.js	2008-12-03 19:58:16 UTC (rev 11392)
@@ -341,12 +341,12 @@
 						//+ '&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(),
 						}
 					);

Modified: trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties	2008-12-03 19:09:22 UTC (rev 11391)
+++ trunk/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties	2008-12-03 19:58:16 UTC (rev 11392)
@@ -172,6 +172,7 @@
 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



More information about the open-ils-commits mailing list