diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2020-04-27 12:59:11 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2020-04-27 12:59:11 -0700 |
| commit | c98df1778880e45db04e02c6f9595cf38e53533a (patch) | |
| tree | bd584db79e7dfc24aa16c9c653a22a887455d99c /httemplate/elements | |
| parent | 7e77ce4537fbd2943e36f3b5f65558c389207bc5 (diff) | |
search svc_acct by service def
Diffstat (limited to 'httemplate/elements')
| -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, |
