details:   https://code.openbravo.com/erp/devel/pi/rev/f789211d10bf
changeset: 16494:f789211d10bf
user:      Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
date:      Fri May 11 12:49:05 2012 +0200
summary:   Fixed issue 14303: Rebuid pop up uses the available space to show 
progress messages

The css class associated to the task tree container has been removed. This 
class established an unnecessary width to the container. The substring action 
has been mantained but the range has been increased to show a large messages 
avoiding line breaks.

diffstat:

 src/org/openbravo/erpCommon/ad_process/ApplyModules.html |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6fef658096a2 -r f789211d10bf 
src/org/openbravo/erpCommon/ad_process/ApplyModules.html
--- a/src/org/openbravo/erpCommon/ad_process/ApplyModules.html  Fri May 11 
10:31:58 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_process/ApplyModules.html  Fri May 11 
12:49:05 2012 +0200
@@ -430,7 +430,7 @@
           error_status[getStatusIndex(state)]=errorStatus;
           var message;
           if(msg.Response.lastmessage!==null && (typeof 
msg.Response.lastmessage!=='undefined')){
-            message=msg.Response.lastmessage.substring(0,30);
+            message=msg.Response.lastmessage.substring(0,98);
           }else{
             message="";
           }
@@ -789,7 +789,7 @@
               <tr><td colspan="4">
 
 
-                <div class="TextArea_FourCells_width" id="CheckList">
+                <div id="CheckList">
                   <div style="padding: 15 5 15 5;" id="CheckListContainer">
                     <div id=sectionStepTree>
                       <div class="CheckList_Row" id="node_xxyy">

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to