diff options
| author | Mark Wells <mark@freeside.biz> | 2016-04-28 20:19:49 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-04-28 20:20:10 -0700 |
| commit | 849eff8453b945e99c00b00682a846dccbbb5519 (patch) | |
| tree | 57a85809525d6fc87d039391b5301984a3858730 /httemplate/edit | |
| parent | 769398e8bddf874129a9f4be54337742de55f5a0 (diff) | |
more convenient selection of domain in svc_acct definition, #40962
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/elements/part_svc_column.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html index bc679e577..4e112c078 100644 --- a/httemplate/edit/elements/part_svc_column.html +++ b/httemplate/edit/elements/part_svc_column.html @@ -132,7 +132,10 @@ my %communigate_fields = ( % } elsif ( $def->{'type'} eq 'select' ) { % % if ( $def->{'select_table'} ) { - <& /elements/select-table.html, +% # set the 'select_svc' flag to enable two-step selection of services +% my $comp = '/elements/select-table.html'; +% $comp = '/elements/select-svc.html' if $def->{'select_svc'}; + <& $comp, 'field' => $name, 'id' => $name.'_select', 'table' => $def->{'select_table'}, |
