[freeside-commits] freeside/httemplate/elements location.html, 1.13, 1.14
Ivan,,,
ivan at wavetail.420.am
Sat Mar 12 19:26:59 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv1527/httemplate/elements
Modified Files:
location.html
Log Message:
qualification address handling changes, RT#7111
Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/location.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- location.html 13 Mar 2011 03:26:56 -0000 1.13
+++ location.html 13 Mar 2011 03:26:56 -0000 1.14
@@ -20,13 +20,14 @@
% if ( $opt{'alt_format'} ) {
<TR>
- <<%$th%> ALIGN="right">Location type</<%$th%>>
+ <<%$th%> ALIGN="right">Location kind</<%$th%>>
<TD>
<% include('/elements/select.html',
'cgi' => $cgi,
'field' => 'location_kind',
+ 'id' => 'location_kind',
'disabled' => $disabled,
- 'style' => $style,
+ 'style' => \@style,
'options' => \@location_kind_options,
'labels' => $location_kind_labels,
'curr_value' => scalar($cgi->param('location_kind'))
@@ -78,7 +79,7 @@
>
<TR>
- <<%$th%> ALIGN="right">Unit Type and #</<%$th%>>
+ <<%$th%> ALIGN="right">Unit type and #</<%$th%>>
<TD COLSPAN=7>
% my $location_type = scalar($cgi->param('location_type'))
@@ -95,8 +96,9 @@
<% include('/elements/select.html',
'cgi' => $cgi,
'field' => 'location_type',
+ 'id' => 'location_type',
'disabled' => $disabled,
- 'style' => $style,
+ 'style' => \@style,
'options' => [ keys %location_types ],
'labels' => \%location_types,
'curr_value' => $location_type,
More information about the freeside-commits
mailing list