summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/header-cust_main.html7
-rw-r--r--httemplate/elements/tr-select-pkg_class.html2
-rw-r--r--httemplate/elements/tr-select-taxclass.html2
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,