details:   https://code.openbravo.com/erp/devel/pi/rev/45a2886fd4cb
changeset: 20702:45a2886fd4cb
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Thu Jul 04 13:16:37 2013 +0530
summary:   Related to Issue 24092 : Updated Initial Client Setup code to use 
new message format.

Updated code to retrieve the full message from Messages.

diffstat:

 src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 8aba749eb68c -r 45a2886fd4cb 
src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
--- a/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java      Thu Jul 
04 13:13:15 2013 +0530
+++ b/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java      Thu Jul 
04 13:16:37 2013 +0530
@@ -150,8 +150,7 @@
       xmlDocument.setParameter("messageTitle",
           Utility.parseTranslation(this, vars, strLanguage, 
obeResult.getMessage()));
       xmlDocument.setParameter("messageMessage",
-          Utility.parseTranslation(this, vars, strLanguage, 
"@ReloadClientContext@")
-              + " <a href='#' 
onclick='window.parent.parent.location.reload();'> Reload </a>");
+          Utility.parseTranslation(this, vars, strLanguage, 
"@ReloadClientContext@"));
     } else {
       xmlDocument.setParameter("messageMessage",
           Utility.parseTranslation(this, vars, strLanguage, 
obeResult.getMessage()));

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to