commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnue-config/base/person/forms person_comm_...


From: Derek Neighbors
Subject: gnue/gnue-config/base/person/forms person_comm_...
Date: Sun, 17 Jun 2001 10:54:52 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Derek Neighbors <address@hidden>        01/06/17 10:54:52

Modified files:
        gnue-config/base/person/forms: person_comm_type.gfd 
                                       person_name_prefix.gfd 
                                       person_name_suffix.gfd 

Log message:
        ** Removed forced uppercasing.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/person/forms/person_comm_type.gfd.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/person/forms/person_name_prefix.gfd.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/person/forms/person_name_suffix.gfd.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/gnue-config/base/person/forms/person_comm_type.gfd
diff -u gnue/gnue-config/base/person/forms/person_comm_type.gfd:1.1 
gnue/gnue-config/base/person/forms/person_comm_type.gfd:1.2
--- gnue/gnue-config/base/person/forms/person_comm_type.gfd:1.1 Sat Jun 16 
19:46:26 2001
+++ gnue/gnue-config/base/person/forms/person_comm_type.gfd     Sun Jun 17 
10:54:52 2001
@@ -16,17 +16,17 @@
       <label x="1" y="1" name="lblCode" alignment="left" text="Code"/>
       <label x="11" y="1" name="lblFormat" alignment="left" text="Format"/>
       <label x="31" y="1" name="lblDesc" alignment="left" text="Description"/>
-      <entry x="1" y="2" width="10" field="code" visibleCount="10" 
name="ntryCode" height="1" uppercase="">
+      <entry x="1" y="2" width="10" field="code" visibleCount="10" 
name="ntryCode" height="1" >
         <options>
           <option name="tip">Communications Code</option>
         </options>
       </entry>
-      <entry x="11" y="2" width="20" field="format" visibleCount="10" 
name="ntryFormat" height="1" uppercase="">
+      <entry x="11" y="2" width="20" field="format" visibleCount="10" 
name="ntryFormat" height="1" >
         <options>
           <option name="tip">Formatting</option>
         </options>
       </entry>
-      <entry x="31" y="2" width="30" field="desc" visibleCount="10" 
name="ntryDesc" height="1" uppercase="">
+      <entry x="31" y="2" width="30" field="desc" visibleCount="10" 
name="ntryDesc" height="1" >
         <options>
           <option name="tip">Description</option>
         </options>
Index: gnue/gnue-config/base/person/forms/person_name_prefix.gfd
diff -u gnue/gnue-config/base/person/forms/person_name_prefix.gfd:1.1 
gnue/gnue-config/base/person/forms/person_name_prefix.gfd:1.2
--- gnue/gnue-config/base/person/forms/person_name_prefix.gfd:1.1       Sat Jun 
16 19:46:26 2001
+++ gnue/gnue-config/base/person/forms/person_name_prefix.gfd   Sun Jun 17 
10:54:52 2001
@@ -14,7 +14,7 @@
   <page name="Page_1">
     <block name="id" datasource="person">
       <label x="1" y="1" name="prefix" alignment="left" text="Prefix"/>
-      <entry x="1" y="2" width="30" field="prefix" visibleCount="10" 
name="ntryPrefix" height="1" uppercase="">
+      <entry x="1" y="2" width="30" field="prefix" visibleCount="10" 
name="ntryPrefix" height="1" >
         <options>
           <option name="tip">Prefix</option>
         </options>
Index: gnue/gnue-config/base/person/forms/person_name_suffix.gfd
diff -u gnue/gnue-config/base/person/forms/person_name_suffix.gfd:1.1 
gnue/gnue-config/base/person/forms/person_name_suffix.gfd:1.2
--- gnue/gnue-config/base/person/forms/person_name_suffix.gfd:1.1       Sat Jun 
16 19:46:26 2001
+++ gnue/gnue-config/base/person/forms/person_name_suffix.gfd   Sun Jun 17 
10:54:52 2001
@@ -14,7 +14,7 @@
   <page name="Page_1">
     <block name="id" datasource="person">
       <label x="1" y="1" name="suffix" alignment="left" text="Suffix"/>
-      <entry x="1" y="2" width="30" field="suffix" visibleCount="10" 
name="ntrySuffix" height="1" uppercase="">
+      <entry x="1" y="2" width="30" field="suffix" visibleCount="10" 
name="ntrySuffix" height="1" >
         <options>
           <option name="tip">Suffix</option>
         </options>



reply via email to

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