diff options
| author | ivan <ivan> | 2010-03-12 03:36:47 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-03-12 03:36:47 +0000 |
| commit | 4bd9d3d9dc5325f0d7bd498e457140b15d01866c (patch) | |
| tree | 32d19e23215a2dc2ccbefa5ad0a2198d83554c40 /httemplate/elements/tr-select-cust_location.html | |
| parent | 593ae0ec1c7cfd30203902a01f7439ba77ee2787 (diff) | |
add location to svc_phone, RT#7047
Diffstat (limited to 'httemplate/elements/tr-select-cust_location.html')
| -rw-r--r-- | httemplate/elements/tr-select-cust_location.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html index da16dfe1c..695070699 100644 --- a/httemplate/elements/tr-select-cust_location.html +++ b/httemplate/elements/tr-select-cust_location.html @@ -118,7 +118,7 @@ Example: </SCRIPT> <TR> - <TH ALIGN="right">Service location</TH> + <<%$th%> ALIGN="right"><% $opt{'label'} || 'Service location' %></<%$th%>> <TD COLSPAN=7> <SELECT NAME="locationnum" onChange="locationnum_changed(this);"> <OPTION VALUE="">(default service address) @@ -139,6 +139,7 @@ Example: #'onchange' ? probably not 'disabled' => ( $locationnum == -1 ? '' : 'DISABLED' ), 'no_asterisks' => 1, + 'no_bold' => $opt{'no_bold'}, ) %> @@ -175,4 +176,6 @@ if ( $locationnum && $locationnum != -1 ) { } } +my $th = $opt{'no_bold'} ? 'TD' : 'TH'; + </%init> |
