diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-07-17 19:18:14 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-07-17 19:18:14 -0700 |
| commit | 5ee3f6265c43f3a6a51db2f8e676d315a7ae1771 (patch) | |
| tree | f4d01269fd4d052fc975e6c310144bffd94650f2 /httemplate/elements/tr-select-user.html | |
| parent | 4fb5738f5391547e6c87c73c4325ea8c2b506d73 (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> |
