// vim:noet:sw=4:ts=4:
var offlineStrings;
+var authStrings;
function grant_perms(url) {
var perms = "UniversalXPConnect UniversalPreferencesWrite UniversalBrowserWrite UniversalPreferencesRead UniversalBrowserRead UniversalFileRead";
// Now we can safely load the strings without the cache getting wiped
offlineStrings = document.getElementById('offlineStrings');
+ authStrings = document.getElementById('authStrings');
if (typeof JSAN == 'undefined') {
throw(
version = 'versionless debug build';
document.getElementById('debug_gb').hidden = false;
}
+ window.title = authStrings.getFormattedString('staff.auth.titlebar.label', version);
//var x = document.getElementById('version_label');
//x.setAttribute('value','Build ID: ' + version);
var x = document.getElementById('about_btn');
staff.auth.session.unregistered=%1$s is not registered with this server.
staff.auth.session.login_failed=Login failed. Please check your Server Hostname, Username, Password, and your CAPS LOCK key.
staff.auth.session.init_false=open-ils.auth.authenticate.init returned false
+staff.auth.titlebar.label=Evergreen Staff Client - %1$s