svn commit: r449356 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r449356 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

hansbak-2
Author: hansbak
Date: Sat Sep 23 21:39:07 2006
New Revision: 449356

URL: http://svn.apache.org/viewvc?view=rev&rev=449356
Log:
change xml header and resize field for better display

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?view=diff&rev=449356&r1=449355&r2=449356
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Sat Sep 23 21:39:07 2006
@@ -16,7 +16,7 @@
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="../../../../../framework/widget/dtd/widget-form.xsd">
+    xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <!-- Invoice forms -->
     <form name="FindInvoices" type="single"
             target="findInvoices" title="Find and list invoices"
@@ -292,7 +292,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field position="1" name="description"><text size="100"/></field>
+        <field position="1" name="description"><text size="80"/></field>
         <field position="1" name="invoiceItemTypeId" use-when="&quot;${invoice.invoiceTypeId}&quot;.equals(&quot;SALES_INVOICE&quot;)">
             <drop-down allow-empty="false">
                 <entity-options description="${description}" entity-name="InvoiceItemType">