details: /erp/devel/pi/rev/61af0928920b
changeset: 6547:61af0928920b
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Tue Mar 02 14:37:05 2010 +0100
summary: Fixed issue 12040: Now all MessageBoxes have the same ID
diffstat:
src/org/openbravo/base/secureApp/Advise.html | 4
++--
src/org/openbravo/base/secureApp/Advise.xml | 4
++--
src/org/openbravo/base/secureApp/AdvisePopUp.html | 6
+++---
src/org/openbravo/base/secureApp/AdvisePopUp.xml | 5
+++--
src/org/openbravo/base/secureApp/AdvisePopUpRefresh.html | 8
++++----
src/org/openbravo/base/secureApp/AdvisePopUpRefresh.xml | 5
+++--
src/org/openbravo/base/secureApp/Error.html | 4
++--
src/org/openbravo/base/secureApp/Error.xml | 4
++--
src/org/openbravo/base/secureApp/ErrorPopUp.html | 6
+++---
src/org/openbravo/base/secureApp/ErrorPopUp.xml | 5
+++--
src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html | 6
+++---
src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.xml | 4
++--
src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html | 6
+++---
src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.xml | 4
++--
src/org/openbravo/erpCommon/utility/reporting/printing/PrintStatus.html | 8
++++----
15 files changed, 41 insertions(+), 38 deletions(-)
diffs (284 lines):
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/Advise.html
--- a/src/org/openbravo/base/secureApp/Advise.html Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/Advise.html Tue Mar 02 14:37:05
2010 +0100
@@ -140,12 +140,12 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
<div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
<span
id="paramTitulo">xxTITLE</span>
</div>
- <div
class="MessageBox_TextDescription" id="paramTexto">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
xxmessage text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b src/org/openbravo/base/secureApp/Advise.xml
--- a/src/org/openbravo/base/secureApp/Advise.xml Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/Advise.xml Tue Mar 02 14:37:05
2010 +0100
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
************************************************************************************
- * Copyright (C) 2001-2006 Openbravo S.L.
+ * Copyright (C) 2001-2010 Openbravo S.L.
* Licensed under the Apache Software License version 2.0
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
distributed
@@ -15,5 +15,5 @@
<PARAMETER id="paramCSS" name="theme" attribute="href" replace="Default"
default="Default"/>
<PARAMETER id="paramTipo" name="ParamTipo" replace="ERROR" attribute="class"
/>
<PARAMETER id="paramTitulo" name="ParamTitulo"/>
- <PARAMETER id="paramTexto" name="ParamTexto"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamTexto"/>
</REPORT>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/AdvisePopUp.html
--- a/src/org/openbravo/base/secureApp/AdvisePopUp.html Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/AdvisePopUp.html Tue Mar 02 14:37:05
2010 +0100
@@ -121,11 +121,11 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
- <div class="MessageBox_TextTitle"
id="paramTitulo">
+ <div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
</div>
- <div
class="MessageBox_TextDescription" id="paramTexto">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
message text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/AdvisePopUp.xml
--- a/src/org/openbravo/base/secureApp/AdvisePopUp.xml Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/AdvisePopUp.xml Tue Mar 02 14:37:05
2010 +0100
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
************************************************************************************
- * Copyright (C) 2001-2006 Openbravo S.L.
+ * Copyright (C) 2001-2010 Openbravo S.L.
* Licensed under the Apache Software License version 2.0
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
distributed
@@ -15,5 +15,6 @@
<PARAMETER id="paramCSS" name="theme" attribute="href" replace="Default"
default="Default"/>
<PARAMETER id="paramTipo" name="ParamTipo" replace="ERROR"
attribute="class" />
<PARAMETER id="paramTitulo" name="ParamTitulo"/>
- <PARAMETER id="paramTexto" name="ParamTexto"/>
+ <PARAMETER id="messageBoxIDTitle" name="ParamTitulo"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamTexto"/>
</REPORT>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/AdvisePopUpRefresh.html
--- a/src/org/openbravo/base/secureApp/AdvisePopUpRefresh.html Tue Mar 02
13:52:37 2010 +0100
+++ b/src/org/openbravo/base/secureApp/AdvisePopUpRefresh.html Tue Mar 02
14:37:05 2010 +0100
@@ -1,6 +1,6 @@
<!--
************************************************************************************
- * Copyright (C) 2009 Openbravo S.L.
+ * Copyright (C) 2009-2010 Openbravo S.L.
* Licensed under the Apache Software License version 2.0
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
distributed
@@ -129,11 +129,11 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
- <div class="MessageBox_TextTitle"
id="paramTitle">
+ <div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
</div>
- <div
class="MessageBox_TextDescription" id="paramText">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
message text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/AdvisePopUpRefresh.xml
--- a/src/org/openbravo/base/secureApp/AdvisePopUpRefresh.xml Tue Mar 02
13:52:37 2010 +0100
+++ b/src/org/openbravo/base/secureApp/AdvisePopUpRefresh.xml Tue Mar 02
14:37:05 2010 +0100
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
************************************************************************************
- * Copyright (C) 2009 Openbravo S.L.
+ * Copyright (C) 2009-2010 Openbravo S.L.
* Licensed under the Apache Software License version 2.0
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
distributed
@@ -15,5 +15,6 @@
<PARAMETER id="paramCSS" name="theme" attribute="href" replace="Default"
default="Default"/>
<PARAMETER id="paramType" name="ParamType" replace="ERROR"
attribute="class" />
<PARAMETER id="paramTitle" name="ParamTitle"/>
- <PARAMETER id="paramText" name="ParamText"/>
+ <PARAMETER id="messageBoxIDTitle" name="ParamTitle"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamText"/>
</REPORT>
\ No newline at end of file
diff -r 5621f3cd9f4b -r 61af0928920b src/org/openbravo/base/secureApp/Error.html
--- a/src/org/openbravo/base/secureApp/Error.html Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/Error.html Tue Mar 02 14:37:05
2010 +0100
@@ -155,12 +155,12 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
<div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
Error: <span
id="paramTitulo">TITLE</span>
</div>
- <div
class="MessageBox_TextDescription" id="paramTexto">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
message text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b src/org/openbravo/base/secureApp/Error.xml
--- a/src/org/openbravo/base/secureApp/Error.xml Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/Error.xml Tue Mar 02 14:37:05
2010 +0100
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
************************************************************************************
- * Copyright (C) 2001-2006 Openbravo S.L.
+ * Copyright (C) 2001-2010 Openbravo S.L.
* Licensed under the Apache Software License version 2.0
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
distributed
@@ -14,5 +14,5 @@
<template file="Error.html"/>
<PARAMETER id="paramCSS" name="theme" attribute="href"
replace="Default" default="Default"/>
<PARAMETER id="paramTitulo" name="ParamTitulo"/>
- <PARAMETER id="paramTexto" name="ParamTexto"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamTexto"/>
</REPORT>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/ErrorPopUp.html
--- a/src/org/openbravo/base/secureApp/ErrorPopUp.html Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/ErrorPopUp.html Tue Mar 02 14:37:05
2010 +0100
@@ -135,11 +135,11 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
- <div class="MessageBox_TextTitle"
id="paramTitulo">
+ <div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
</div>
- <div
class="MessageBox_TextDescription" id="paramTexto">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
message text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/base/secureApp/ErrorPopUp.xml
--- a/src/org/openbravo/base/secureApp/ErrorPopUp.xml Tue Mar 02 13:52:37
2010 +0100
+++ b/src/org/openbravo/base/secureApp/ErrorPopUp.xml Tue Mar 02 14:37:05
2010 +0100
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
************************************************************************************
- * Copyright (C) 2001-2006 Openbravo S.L.
+ * Copyright (C) 2001-2010 Openbravo S.L.
* Licensed under the Apache Software License version 2.0
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
distributed
@@ -18,5 +18,6 @@
<PARAMETER id="paramTipo" name="ParamTipo" replace="ERROR"
attribute="class" />
<PARAMETER id="paramTitulo" name="ParamTitulo"/>
- <PARAMETER id="paramTexto" name="ParamTexto"/>
+ <PARAMETER id="messageBoxIDTitle" name="ParamTitulo"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamTexto"/>
</REPORT>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
--- a/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html Tue Mar
02 13:52:37 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html Tue Mar
02 14:37:05 2010 +0100
@@ -118,11 +118,11 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
- <div class="MessageBox_TextTitle"
id="paramTitulo">
+ <div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
</div>
- <div
class="MessageBox_TextDescription" id="paramTexto">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
message text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.xml
--- a/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.xml Tue Mar 02
13:52:37 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.xml Tue Mar 02
14:37:05 2010 +0100
@@ -24,6 +24,6 @@
<PARAMETER id="paramLanguage" name="language" default=""/>
<PARAMETER id="paramCSS" name="theme" attribute="href"
replace="Default"/>
<PARAMETER id="paramTipo" name="ParamTipo" replace="ERROR"
attribute="class" />
- <PARAMETER id="paramTitulo" name="ParamTitulo"/>
- <PARAMETER id="paramTexto" name="ParamTexto"/>
+ <PARAMETER id="messageBoxIDTitle" name="ParamTitulo"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamTexto"/>
</REPORT>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
--- a/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html Tue Mar
02 13:52:37 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html Tue Mar
02 14:37:05 2010 +0100
@@ -118,11 +118,11 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
- <div class="MessageBox_TextTitle"
id="paramTitulo">
+ <div class="MessageBox_TextTitle"
id="messageBoxIDTitle">
</div>
- <div
class="MessageBox_TextDescription" id="paramTexto">
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage">
message text
</div>
<div
class="MessageBox_TextSeparator"></div>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.xml
--- a/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.xml Tue Mar
02 13:52:37 2010 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.xml Tue Mar
02 14:37:05 2010 +0100
@@ -24,6 +24,6 @@
<PARAMETER id="paramLanguage" name="language" default=""/>
<PARAMETER id="paramCSS" name="theme" attribute="href"
replace="Default"/>
<PARAMETER id="paramTipo" name="ParamTipo" replace="ERROR"
attribute="class" />
- <PARAMETER id="paramTitulo" name="ParamTitulo"/>
- <PARAMETER id="paramTexto" name="ParamTexto"/>
+ <PARAMETER id="messageBoxIDTitle" name="ParamTitulo"/>
+ <PARAMETER id="messageBoxIDMessage" name="ParamTexto"/>
</REPORT>
diff -r 5621f3cd9f4b -r 61af0928920b
src/org/openbravo/erpCommon/utility/reporting/printing/PrintStatus.html
--- a/src/org/openbravo/erpCommon/utility/reporting/printing/PrintStatus.html
Tue Mar 02 13:52:37 2010 +0100
+++ b/src/org/openbravo/erpCommon/utility/reporting/printing/PrintStatus.html
Tue Mar 02 14:37:05 2010 +0100
@@ -50,7 +50,7 @@
else
{
document.getElementById("paramTitulo").innerHTML = "Process not
completed successfully";
- document.getElementById("bmMessage").innerHTML = "No emails
were send. Please check if the documents are 'completed'.";
+ document.getElementById("messageBoxIDTitle").innerHTML = "No
emails were send. Please check if the documents are 'completed'.";
}
}
</script>
@@ -147,11 +147,11 @@
<td class="MessageBox_Icon_ContentCell">
<div class="MessageBox_Icon"></div>
</td>
- <td style="vertical-align: top;">
+ <td style="vertical-align: top;"
id="messageBoxIDContent">
<span>
- <div class="MessageBox_TextTitle"
id="bmMessage">Email(s) sent successfully</div>
- <div
class="MessageBox_TextDescription" id="paramTexto"></div>
+ <div class="MessageBox_TextTitle"
id="messageBoxIDTitle">Email(s) sent successfully</div>
+ <div
class="MessageBox_TextDescription" id="messageBoxIDMessage"></div>
<div
class="MessageBox_TextSeparator"></div>
</span>
</td>
------------------------------------------------------------------------------
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