commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9465 - in trunk/gnue-sample/forms: . customers


From: reinhard
Subject: [gnue] r9465 - in trunk/gnue-sample/forms: . customers
Date: Sat, 7 Apr 2007 12:40:15 -0500 (CDT)

Author: reinhard
Date: 2007-04-07 12:40:15 -0500 (Sat, 07 Apr 2007)
New Revision: 9465

Modified:
   trunk/gnue-sample/forms/customers.gfd
   trunk/gnue-sample/forms/customers/de.gfd
Log:
Adapted to new "left label" hbox.


Modified: trunk/gnue-sample/forms/customers/de.gfd
===================================================================
--- trunk/gnue-sample/forms/customers/de.gfd    2007-04-07 17:36:30 UTC (rev 
9464)
+++ trunk/gnue-sample/forms/customers/de.gfd    2007-04-07 17:40:15 UTC (rev 
9465)
@@ -44,12 +44,7 @@
         <entry name="address2" label="Adresszeile 2:"/>
         <entry name="city" label="Ort:"/>
         <entry name="zip" label="PLZ:"/>
-
-        <hbox name="country">
-          <entry name="country_code" label="Länderkürzel:"/>
-          <entry name="country_name" label="Land:"/>
-        </hbox>
-
+        <hbox  name="country" label="Land:"/>
         <entry name="inactive" label="gesperrt" />
         <entry name="billing" label="Rechnungsempfänger:" />
         <entry name="created" label="Anlagedatum:"/>

Modified: trunk/gnue-sample/forms/customers.gfd
===================================================================
--- trunk/gnue-sample/forms/customers.gfd       2007-04-07 17:36:30 UTC (rev 
9464)
+++ trunk/gnue-sample/forms/customers.gfd       2007-04-07 17:40:15 UTC (rev 
9465)
@@ -130,11 +130,9 @@
         <entry name="city" field="city" label="City:"/>
         <entry name="zip" field="zip" label="Zip:"/>
 
-        <hbox name="country">
-          <entry name="country_code" field="country_code" label="Country code:"
-            s:stretch="0" style="dropdown" />
-          <entry name="country_name" field="country_name" label="Country name:"
-            style="dropdown" />
+        <hbox name="country" label="Country:">
+          <entry name="country_code" field="country_code"/>
+          <entry name="country_name" field="country_name"/>
         </hbox>
 
         <entry name="inactive" field="inactive" label="Inactive" />





reply via email to

[Prev in Thread] Current Thread [Next in Thread]