commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnue-config/base/language/classes language...


From: Neil Tiffin
Subject: gnue/gnue-config/base/language/classes language...
Date: Fri, 22 Jun 2001 07:09:56 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/06/22 07:09:56

Modified files:
        gnue-config/base/language/classes: language.gcd 

Log message:
        revise help based on irc discussions.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/language/classes/language.gcd.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: gnue/gnue-config/base/language/classes/language.gcd
diff -u gnue/gnue-config/base/language/classes/language.gcd:1.10 
gnue/gnue-config/base/language/classes/language.gcd:1.11
--- gnue/gnue-config/base/language/classes/language.gcd:1.10    Fri Jun 22 
05:55:41 2001
+++ gnue/gnue-config/base/language/classes/language.gcd Fri Jun 22 07:09:56 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.10 $ $Date: 2001/06/22 12:55:41 $ $Author: ntiffin $
+# $Revision: 1.11 $ $Date: 2001/06/22 14:09:56 $ $Author: ntiffin $
 #
 
 # ===========================================================================
@@ -50,43 +50,21 @@
   #   the form should look at sys_help first and only if
   #   user_help exists then the form should look up user_help.whatever.
   # -------------------------------------------------------------------------
-  class sys_help
+  class help
   {
-    char  module_name<25>;
-    char  class_name<25>;     # table
-    char  field_name<25>;     # column
-    char  help_text<2000>;    # full help text if the user clicks on help.
-    char  help_keywords<100>; # keywords to help for searches.
-    text  tool_tip;           # short help when the user's mouse passes over
-                              #   the field.
-    text  label;              # default label for this data, used for
-                              #   both reports and forms.
-    text  long_label;
-    text  short_label;
-    text  default_text;       # default text data for new fields.
-    
-    language::language   * language;
-    language::user_help [] ext_help;    # if a ext_help entry exists
-                                        # the order of this list is the
-                                        # search order for the overridding
-                                        # help.
-  };
-  
-  # -------------------------------------------------------------------------
-  # if a user wants to change the help text then the text is copied to this
-  # table and changed.  When help is requested data in this table should
-  # override sys_help.
-  # -------------------------------------------------------------------------
-  class ext_help
-  {
-    language::sys_help *sys_help; #pointer to system help messages.
+    language::language * language;
+    char  name<255>;          # fully qualified module class field name.
+                              #   TODO define format.
+                              
+                              
                               # Layers of help are defined by the 
                               #    following fields.  May be exteded by
                               #    industry or other add ons.
+                              # base help has these fields = null
     char  company<15>;        # place holder until decided how it works in 
geas.
     char  user<15>;           # if empty this change applies to all users.
     char  user_group<15>;     # if empty this change applies to all groups.
-    
+
                               # Help data
     char  help_text<2000>;    # full help text if the user clicks on help.
     char  help_keywords<100>; # keywords to help for searches.
@@ -97,5 +75,7 @@
     text  long_label;
     text  short_label;
     text  default_text;       # default text data for new fields.
+    
   };
+  
 };



reply via email to

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