diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-07-17 19:18:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-07-17 19:18:12 -0700 |
commit | 6f58ae775b905cd462dd0faafee95973414a45d2 (patch) | |
tree | 41b82d3dfc8d4fbfaacb78b01b19620591ee5587 /httemplate/elements | |
parent | f1a8960924a076c978bb28d6a3ca241e62438950 (diff) |
4.x style reports
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-paybatch.html | 2 | ||||
-rw-r--r-- | httemplate/elements/tr-select-user.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-select-paybatch.html b/httemplate/elements/tr-select-paybatch.html index aedf893db..30b8f6690 100644 --- a/httemplate/elements/tr-select-paybatch.html +++ b/httemplate/elements/tr-select-paybatch.html @@ -1,5 +1,5 @@ <TR> - <TD ALIGN="right"><% $opt{'paybatch'} || 'Payment entry batch: ' %></TD> + <TH ALIGN="right"><% $opt{'paybatch'} || 'Payment entry batch: ' %></TH> <TD> <% include( '/elements/select-paybatch.html', 'curr_value' => $selected_paybatch, %opt ) %> </TD> diff --git a/httemplate/elements/tr-select-user.html b/httemplate/elements/tr-select-user.html index a9572af8f..ba550fbc1 100644 --- a/httemplate/elements/tr-select-user.html +++ b/httemplate/elements/tr-select-user.html @@ -1,5 +1,5 @@ <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TH> <TD><% include('select-user.html', %opt) %></TD> </TR> |