commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef/samples/location/forms zipcode_maint...


From: Jason Cater
Subject: gnue/gnuef/samples/location/forms zipcode_maint...
Date: Sun, 29 Jul 2001 12:36:33 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/07/29 12:36:32

Modified files:
        gnuef/samples/location/forms: zipcode_maint.gfd 

Log message:
        misc changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/samples/location/forms/zipcode_maint.gfd.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/gnuef/samples/location/forms/zipcode_maint.gfd
diff -u gnue/gnuef/samples/location/forms/zipcode_maint.gfd:1.2 
gnue/gnuef/samples/location/forms/zipcode_maint.gfd:1.3
--- gnue/gnuef/samples/location/forms/zipcode_maint.gfd:1.2     Fri May 25 
01:17:10 2001
+++ gnue/gnuef/samples/location/forms/zipcode_maint.gfd Sun Jul 29 12:36:32 2001
@@ -14,16 +14,16 @@
   <datasource name="validator" database="gnue" table="state" prequery="" />
 
   <page>
-    <block name="zip" datasource="zips">
+    <block name="zip" datasource="zips" rows="10">
       <label text="City" x="1" y="1"/>
-      <entry name="city" field="city" x="1" y="2" width="30" visibleCount="10" 
uppercase="">
+      <entry name="city" field="city" x="1" y="2" width="30"  uppercase="">
       </entry>
 
       <label text="State" x="31" y="1"/>
-      <entry name="state" field="state" x="32" y="2" width="10" 
visibleCount="10" style="dropdown" foreign_key="validator.state" 
foreign_key_description="description"/>
+      <entry name="state" field="state" x="32" y="2" width="10"  
style="dropdown" foreign_key="validator.state" 
foreign_key_description="description"/>
 
       <label text="Zip" x="39" y="1"/>
-      <entry name="zip" field="zipcode" x="42" y="2" width="7" 
visibleCount="10" numeric="" max_length="5"/>
+      <entry name="zip" field="zipcode" x="42" y="2" width="7"  numeric="" 
max_length="5"/>
     </block>
   </page>
 



reply via email to

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