You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/08/19 14:50:08 UTC

svn commit: r432835 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkinits.ftl

Author: jacopoc
Date: Sat Aug 19 05:50:07 2006
New Revision: 432835

URL: http://svn.apache.org/viewvc?rev=432835&view=rev
Log:
small html cleanups

Modified:
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkinits.ftl

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkinits.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkinits.ftl?rev=432835&r1=432834&r2=432835&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkinits.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkinits.ftl Sat Aug 19 05:50:07 2006
@@ -52,9 +52,9 @@
   <tr>
     <td>
       <form method="post" name="salesentryform" action="<@o...@ofbizUrl>">
-      <input type='hidden' name='finalizeMode' value='type'/>
-      <input type='hidden' name='orderMode' value='SALES_ORDER'/>
-      <table width="100%" border='0' cellspacing='0' cellpadding='0' class='boxbottom'>
+      <input type="hidden" name="finalizeMode" value="type"/>
+      <input type="hidden" name="orderMode" value="SALES_ORDER"/>
+      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom">
         <tr>
           <td >&nbsp;</td>
           <td align='right' valign='middle' nowrap><div class='tableheadtext'>${uiLabelMap.ProductProductStore}</div></td>
@@ -100,7 +100,7 @@
           <td>&nbsp;</td>
           <td valign='middle'>
             <div class='tabletext' valign='top'>
-              <input type='text' class='inputBox' name='userLoginId' value='${requestParameters.userLoginId?if_exists}'/>
+              <input type="text" class="inputBox" name="userLoginId" value="${requestParameters.userLoginId?if_exists}"/>
             </div>
           </td>
         </tr>
@@ -110,7 +110,7 @@
           <td>&nbsp;</td>
           <td valign='middle'>
             <div class='tabletext' valign='top'>
-              <input type='text' class='inputBox' name='partyId' value='${thisPartyId?if_exists}'>
+              <input type='text' class='inputBox' name='partyId' value='${thisPartyId?if_exists}'/>
               <a href="javascript:call_fieldlookup2(document.salesentryform.partyId,'LookupPartyName');">
                 <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/>
               </a>