details:   https://code.openbravo.com/erp/devel/pi/rev/41e1f27c1ca5
changeset: 13389:41e1f27c1ca5
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Tue Aug 02 17:15:14 2011 +0200
summary:   Issue 18077: Changed font-weight on login error message title

details:   https://code.openbravo.com/erp/devel/pi/rev/9b50658e5d8c
changeset: 13390:9b50658e5d8c
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Tue Aug 02 17:15:39 2011 +0200
summary:   Issue 18077: Changed font-weight on login error message title

details:   https://code.openbravo.com/erp/devel/pi/rev/795a03d5f05d
changeset: 13391:795a03d5f05d
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Tue Aug 02 17:19:35 2011 +0200
summary:   Issue 18077: Triggers clean browser cache

diffstat:

 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
 |  2 +-
 src/org/openbravo/erpCommon/security/Login.html                                
                                                                  |  2 +-
 src/org/openbravo/erpCommon/security/Login_F1.html                             
                                                                  |  2 +-
 web/js/utils.js                                                                
                                                                  |  2 +-
 web/skins/Default/Openbravo_ERP_250.css                                        
                                                                  |  2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diffs (60 lines):

diff -r 26b1fefa8731 -r 795a03d5f05d 
modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
--- 
a/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
  Tue Aug 02 16:52:18 2011 +0200
+++ 
b/modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
  Tue Aug 02 17:19:35 2011 +0200
@@ -1008,7 +1008,7 @@
 
 .Login_ErrorMsg_Title {
   color: red !important;
-  font-weight: bold;
+  font-weight: normal;
   font-size: 10px;
 }
 
diff -r 26b1fefa8731 -r 795a03d5f05d 
src/org/openbravo/erpCommon/security/Login.html
--- a/src/org/openbravo/erpCommon/security/Login.html   Tue Aug 02 16:52:18 
2011 +0200
+++ b/src/org/openbravo/erpCommon/security/Login.html   Tue Aug 02 17:19:35 
2011 +0200
@@ -375,7 +375,7 @@
     }
     catch (e) { }
 
-    if ((!revisionControl('11666')) || (isOpsInstance() != 
isOpsInstanceCached())) {
+    if ((!revisionControl('11667')) || (isOpsInstance() != 
isOpsInstanceCached())) {
       maskLoginWindow(cacheMsg);
       setLoginMessage('Warning', '', cacheMsg);
     }
diff -r 26b1fefa8731 -r 795a03d5f05d 
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html        Tue Aug 02 
16:52:18 2011 +0200
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html        Tue Aug 02 
17:19:35 2011 +0200
@@ -126,7 +126,7 @@
       clearForm();
     } catch (e) {}
     setWindowElementFocus('firstElement');
-    if ((!revisionControl('11666')) || (isOpsInstance() != 
isOpsInstanceCached())) {
+    if ((!revisionControl('11667')) || (isOpsInstance() != 
isOpsInstanceCached())) {
       alert(cacheMsg);
     }
 
diff -r 26b1fefa8731 -r 795a03d5f05d web/js/utils.js
--- a/web/js/utils.js   Tue Aug 02 16:52:18 2011 +0200
+++ b/web/js/utils.js   Tue Aug 02 17:19:35 2011 +0200
@@ -95,7 +95,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 = '11666';
+  var number = '11667';
   return number;
 }
 
diff -r 26b1fefa8731 -r 795a03d5f05d web/skins/Default/Openbravo_ERP_250.css
--- a/web/skins/Default/Openbravo_ERP_250.css   Tue Aug 02 16:52:18 2011 +0200
+++ b/web/skins/Default/Openbravo_ERP_250.css   Tue Aug 02 17:19:35 2011 +0200
@@ -5697,7 +5697,7 @@
 
 .Login_ErrorMsg_Title {
   color: red !important;
-  font-weight: bold;
+  font-weight: normal;
   font-size: 10px;
 }
 

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to