details:   /erp/devel/pi/rev/c447fba6b715
changeset: 6446:c447fba6b715
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 d01a4c3322d5 -r c447fba6b715 
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html        Wed Feb 17 
16:33:08 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 d01a4c3322d5 -r c447fba6b715 web/js/utils.js
--- a/web/js/utils.js   Wed Feb 17 16:33:08 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;
 }
 

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to