diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-04-27 12:59:08 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-04-27 12:59:08 -0700 |
commit | 4639e25a658d9a0bf295415642fae8e8cdad846a (patch) | |
tree | 7a1973879a6bcaac7e5f83e905b65c1d80f78913 /httemplate/elements/tr-select-part_svc.html | |
parent | 7b0bbc4117a7959b9f7b7b2cf999b8188ba34160 (diff) |
search svc_acct by service def
Diffstat (limited to 'httemplate/elements/tr-select-part_svc.html')
-rw-r--r-- | httemplate/elements/tr-select-part_svc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-part_svc.html b/httemplate/elements/tr-select-part_svc.html index 959ac8dd9..efe18a0e6 100644 --- a/httemplate/elements/tr-select-part_svc.html +++ b/httemplate/elements/tr-select-part_svc.html @@ -5,7 +5,7 @@ % } else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Service definition' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Service definition' %></TH> <TD> <% include( '/elements/select-part_svc.html', 'multiple' => 1, |