diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:47:22 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:47:22 -0800 |
| commit | 435f0dc9c5b8a4c703ecd52e34f54779d2a22b62 (patch) | |
| tree | e8d234bd7cfdbe638a94862d77d81a8e7f745855 /httemplate/elements | |
| parent | 801fc8102568cf06bcd727b8de376c19473e54a1 (diff) | |
4.x style one-time charge
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/header-cust_main.html | 7 | ||||
| -rw-r--r-- | httemplate/elements/tr-select-pkg_class.html | 2 | ||||
| -rw-r--r-- | httemplate/elements/tr-select-taxclass.html | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html index 91d90c26d..a481881c5 100644 --- a/httemplate/elements/header-cust_main.html +++ b/httemplate/elements/header-cust_main.html @@ -10,10 +10,11 @@ Examples: </%doc> <& /elements/header.html, { - 'title' => $title, + 'title' => $title, 'title_noescape' => $title_noescape, - 'head' => $head, - 'nobr' => 1, + 'head' => $head, + 'nobr' => 1, + 'etc' => $opt{'etc'}, } &> diff --git a/httemplate/elements/tr-select-pkg_class.html b/httemplate/elements/tr-select-pkg_class.html index 28ed5d67d..9f782e663 100644 --- a/httemplate/elements/tr-select-pkg_class.html +++ b/httemplate/elements/tr-select-pkg_class.html @@ -5,7 +5,7 @@ % } else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Package class' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Package class' %></TH> <TD> <% include( '/elements/select-pkg_class.html', 'curr_value' => $classnum, diff --git a/httemplate/elements/tr-select-taxclass.html b/httemplate/elements/tr-select-taxclass.html index 97f3cad0b..22c560ea7 100644 --- a/httemplate/elements/tr-select-taxclass.html +++ b/httemplate/elements/tr-select-taxclass.html @@ -7,7 +7,7 @@ % } else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Tax class: ' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Tax class: ' %></TH> <TD> <% include( '/elements/select-taxclass.html', 'curr_value' => $selected_taxclass, |
