details: /erp/devel/main/rev/326abe0b01d2
changeset: 6462:326abe0b01d2
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Wed Feb 17 12:17:55 2010 +0100
summary: Related to issue 11979: Changed alert text
diffstat:
src/org/openbravo/erpCommon/security/Login_F1.html | 4 ++--
web/js/utils.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 45d3797c4ce3 -r 326abe0b01d2
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html Wed Feb 17
20:30:13 2010 +0530
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html Wed Feb 17
12:17:55 2010 +0100
@@ -78,12 +78,12 @@
clearForm();
} catch (e) {}
setWindowElementFocus('firstElement');
- if ((!revisionControl('6440')) || (isOpsInstance() !=
isOpsInstanceCached())) {
+ if ((!revisionControl('6446')) || (isOpsInstance() !=
isOpsInstanceCached())) {
alert("Your browser's cache has outdated files. Please clean it and
reload the page.");
}
if (!checkBrowserCompatibility()) {
- alert("Your browser \"" + getBrowserInfo("nameAndVersion") + "\" is not
officially supported.\n\nOpenbravo has not been tested on your browser.\n\nYou
can continue at your own risk or use one of these supported browsers:\n *
Mozilla Firefox 3.0 or higher\n * Microsoft Internet Explorer 7.0 or higher");
+ alert("Your browser is not officially supported.\n\nYou can continue at
your own risk or access the application with one of the supported browsers:\n *
Mozilla Firefox 3.0 or higher\n * Microsoft Internet Explorer 7.0 or higher");
}
}
diff -r 45d3797c4ce3 -r 326abe0b01d2 web/js/utils.js
--- a/web/js/utils.js Wed Feb 17 20:30:13 2010 +0530
+++ b/web/js/utils.js Wed Feb 17 12:17:55 2010 +0100
@@ -72,7 +72,7 @@
* Return a number that would be checked at the Login screen to know if the
file is cached with the correct version
*/
function getCurrentRevision() {
- var number = '6440';
+ var number = '6446';
return number;
}
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits