details:   /erp/devel/pi/rev/c5ae9690de7c
changeset: 8215:c5ae9690de7c
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Tue Aug 24 20:11:13 2010 +0200
summary:   Fixed issue 14186: Now save button is active in new in MDI

diffstat:

 src/org/openbravo/erpCommon/security/Login_F1.html |  2 +-
 web/js/appStatus.js                                |  2 +-
 web/js/utils.js                                    |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 245a3fec08f8 -r c5ae9690de7c 
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html        Tue Aug 24 
19:50:16 2010 +0200
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html        Tue Aug 24 
20:11:13 2010 +0200
@@ -111,7 +111,7 @@
       clearForm();
     } catch (e) {}
     setWindowElementFocus('firstElement');
-    if ((!revisionControl('8213')) || (isOpsInstance() != 
isOpsInstanceCached())) {
+    if ((!revisionControl('8215')) || (isOpsInstance() != 
isOpsInstanceCached())) {
       alert(cacheMsg);
     }
 
diff -r 245a3fec08f8 -r c5ae9690de7c web/js/appStatus.js
--- a/web/js/appStatus.js       Tue Aug 24 19:50:16 2010 +0200
+++ b/web/js/appStatus.js       Tue Aug 24 20:11:13 2010 +0200
@@ -199,7 +199,7 @@
   var isNewWindow;
 
   if (isWindowInMDITab) {
-    if 
(document.getElementById('buttonEdition').className.indexOf('Main_ToolBar_Button_Icon_Edition_new')
 === -1) {
+    if 
(document.getElementById('linkButtonEdition').className.indexOf('Main_ToolBar_Button_Icon_Edition_new')
 === -1) {
       isNewWindow = false;
     } else {
       isNewWindow = true;
diff -r 245a3fec08f8 -r c5ae9690de7c web/js/utils.js
--- a/web/js/utils.js   Tue Aug 24 19:50:16 2010 +0200
+++ b/web/js/utils.js   Tue Aug 24 20:11:13 2010 +0200
@@ -89,7 +89,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 = '8213';
+  var number = '8215';
   return number;
 }
 

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to