Author: jan
Date: 2006-03-03 11:45:45 -0600 (Fri, 03 Mar 2006)
New Revision: 8200
Modified:
trunk/gnue-forms/samples/helloworld2.gfd
trunk/gnue-forms/samples/zipcode/states.gfd
Log:
fix typo in forms sample
add password field to helloworld
Modified: trunk/gnue-forms/samples/helloworld2.gfd
===================================================================
--- trunk/gnue-forms/samples/helloworld2.gfd 2006-03-03 17:28:37 UTC (rev
8199)
+++ trunk/gnue-forms/samples/helloworld2.gfd 2006-03-03 17:45:45 UTC (rev
8200)
@@ -54,7 +54,7 @@
c:x="1" c:y="6"/>
<label name="Label_3" text="User Name" c:x="1" c:y="10"/>
<entry block="login" field="user" c:width="30" c:x="1" c:y="11"/>
- <entry block="login" field="password" c:width="30" c:x="1" c:y="12"/>
+ <entry block="login" field="password" style="password" c:width="30"
c:x="1" c:y="12"/>
</page>
</layout>
</form>
Modified: trunk/gnue-forms/samples/zipcode/states.gfd
===================================================================
--- trunk/gnue-forms/samples/zipcode/states.gfd 2006-03-03 17:28:37 UTC (rev
8199)
+++ trunk/gnue-forms/samples/zipcode/states.gfd 2006-03-03 17:45:45 UTC (rev
8200)
@@ -35,7 +35,7 @@
<label name="Label_5" rows="1" text="Zip" c:x="27" c:y="9"/>
<entry block="blkCities" field="Zip" c:width="10" c:x="27" c:y="10"/>
<entry block="blkCities" field="Zop" hidden="Y" c:width="1" c:x="27"
c:y="1"/>
- <scrollbar block="blkCities" c:x="38" c:y="10" c:widht="1" c:height="5"
/>
+ <scrollbar block="blkCities" c:x="38" c:y="10" c:width="1" c:height="5"
/>
</page>
</layout>
</form>
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue