[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.25, 1.26

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Sep 15 18:22:30 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv18364/httemplate/edit/elements

Modified Files:
	edit.html 
Log Message:
correct package editor when taxproducts off

Index: edit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/edit.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- edit.html	25 Aug 2008 21:23:26 -0000	1.25
+++ edit.html	16 Sep 2008 01:22:28 -0000	1.26
@@ -230,6 +230,11 @@
 %     'disabled'      => $f->{'disabled'},
 %   );
 %
+%   #selectlayers, others?
+%   $include_common{$_} = $f->{$_}
+%     foreach grep exists($f->{$_}),
+%                  qw( js_only html_only select_only layers_only cell_style);
+%
 %   #select-*
 %   $include_common{$_} = $f->{$_}
 %     foreach grep exists($f->{$_}), qw( empty_label );
@@ -365,7 +370,7 @@
 %     'object'     => $object,
 %     'cgi'        => $cgi,
 %     'onchange'   => $onchange,
-%     'cell_style'   => ( $fieldnum ? 'border-top:1px solid black' : '' ),
+%     ( $fieldnum ? ('cell_style' => 'border-top:1px solid black') : () ),
 %   );
 
     <% include( @include ) %>



More information about the freeside-commits mailing list