[freeside-commits] freeside/httemplate/elements select-table.html, 1.7.2.1, 1.7.2.2

Ivan,,, ivan at wavetail.420.am
Thu Aug 2 13:18:27 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv16417

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	select-table.html 
Log Message:
sync with HEAD 1.8

Index: select-table.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-table.html,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- select-table.html	2 Aug 2007 20:06:55 -0000	1.7.2.1
+++ select-table.html	2 Aug 2007 20:18:25 -0000	1.7.2.2
@@ -12,20 +12,19 @@
     'value'    => 'current_value',
    
     #opt
-    'empty_label'    => '', #better specify it though, the default might change
-    'hashref'        => {},
-    'extra_sql'      => '',
-    'records'        => \@records, #instead of hashref
-    'pre_options'    => [ 'value' => 'option' ], #before normal options
-    'element_name '  => '', #HTML element name, defaults to the name of
-                            # the primary key column
-    'field'          => '', #synonym for element_name
-    'element_etc'    => '', #additional attributes (i.e. "DISABLED") for the
-                            #<SELECT> element
-    'multiple'       => 0, # bool
-    'disable_empty'  => 0, # bool (implied by multiple)
-    'debug'          => 0, #set true to enable
-    'label_callback' => 
+    'empty_label'   => '', #better specify it though, the default might change
+    'hashref'       => {},
+    'extra_sql'     => '',
+    'records'       => \@records, #instead of hashref
+    'pre_options'   => [ 'value' => 'option' ], #before normal options
+    'element_name ' => '', #HTML element name, defaults to the name of
+                           # the primary key column
+    'field'         => '', #synonym for element_name
+    'element_etc'   => '', #additional attributes (i.e. "DISABLED") for the
+                           #<SELECT> element
+    'multiple'      => 0, # bool
+    'disable_empty' => 0, # bool (implied by multiple)
+    'debug'         => 0, #set true to enable
 
   )
 



More information about the freeside-commits mailing list