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/tr-select-user.html | |
parent | f1a8960924a076c978bb28d6a3ca241e62438950 (diff) |
4.x style reports
Diffstat (limited to 'httemplate/elements/tr-select-user.html')
-rw-r--r-- | httemplate/elements/tr-select-user.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |