details:   http://code.openbravo.com/erp/devel/pi/rev/d02b9fe4284f
changeset: 3401:d02b9fe4284f
user:      Vinoth Babu <vinoth.babu <at> openbravo.com>
date:      Mon Mar 16 16:16:08 2009 +0530
summary:   Fixes bug 7808 Text field box should be made bold in Initial 
Organization Setup.

diffstat:

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

diffs (19 lines):

diff -r 138841007dd3 -r d02b9fe4284f 
src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html
--- a/src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html Mon Mar 16 
13:21:18 2009 -0400
+++ b/src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html Mon Mar 16 
16:16:08 2009 +0530
@@ -344,13 +344,13 @@
                 </tr>
                 <tr>
                   <td class="TitleCell"><span class="LabelText">Include 
accounting</span></td>
-                  <td class="Radio_Check_ContentCell"><span 
class="Checkbox_container_NOT_Focused"><input type="checkbox" checked 
name="inpCreateAccounting" id="fieldCreateAccounting" value="-1" 
onclick="myReadOnlyLogic();return true;"></input></span></td>
+                  <td class="Radio_Check_ContentCell" colspan="5"><span 
class="Checkbox_container_NOT_Focused"><input type="checkbox" checked 
name="inpCreateAccounting" id="fieldCreateAccounting" value="-1" 
onclick="myReadOnlyLogic();return true;"></input></span></td>
                 </tr>
                 <tr id="Accounting_tr">
                   <td class="TitleCell"><span class="LabelText">Accounting 
File</span></td>
                   <td class="TextBox_ContentCell" colspan="2">
                     <input type="text" style="font-size: 0pt; margin: 0; 
padding: 0; border:0; width:0px; height:0px;" onfocus="isInputFile=true;" 
onblur="isInputFile=false;"></input>
-                    <input type="file" class="dojoValidateValid 
TextBox_TwoCells_width" name="inpFile"></input>
+                    <input type="file" class="dojoValidateValid 
TextBox_TwoCells_width" name="inpFile" size="35"></input>
                     <input type="text" style="font-size: 0pt; margin: 0; 
padding: 0; border:0; width:0px; height:0px;" onfocus="isInputFile=true;" 
onblur="isInputFile=false;"></input>
                   </td>
                   <td class="TitleCell"><span 
class="LabelText">Currency</span></td>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to