diff options
author | ivan <ivan> | 2010-02-22 09:18:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-22 09:18:10 +0000 |
commit | 5fa9ce1b7c8b934e96a6a2f850a4e788eb76f495 (patch) | |
tree | 44ee491d16cf72bfa72fbe573d83901c6729d5c5 /httemplate/edit/part_svc.cgi | |
parent | a1807414d26dd7d4c3ce67310047944178b07363 (diff) |
communigate: domain account defaults, RT#7083
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
-rwxr-xr-x | httemplate/edit/part_svc.cgi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 6428960dd..80f61a100 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -266,6 +266,14 @@ that field. % 'empty_label' => 'Select inventory class', % ); % +% } elsif ( $def->{type} eq 'checkbox' ) { +% +% $html .= include('/elements/checkbox.html', +% 'field' => $layer.'__'.$field, +% 'curr_value' => $value, +% 'value' => 'Y', +% ); +% % } elsif ( $def->{type} eq 'select' ) { % % $html .= qq!<SELECT NAME="${layer}__${field}" $disabled!; |