Author: hansbak
Date: Sat Sep 23 21:39:07 2006
New Revision: 449356
URL:
http://svn.apache.org/viewvc?view=rev&rev=449356Log:
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=""${invoice.invoiceTypeId}".equals("SALES_INVOICE")">
<drop-down allow-empty="false">
<entity-options description="${description}" entity-name="InvoiceItemType">