X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_svc.cgi;h=6d8a40f88455b4f01778d1c48a19e240107d6243;hb=0141b002ab937b2b3a21a92c3728bc3101f4668a;hp=58c237efdfeff4372222c3a76fed8d0cbdef0708;hpb=f3e0ac2b009c4edd5692cb587ff709dac2223ebe;p=freeside.git diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 58c237efd..6d8a40f88 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -31,11 +31,31 @@ font-size: smaller; font-style: italic; } +.selectrole { + font-size: small +} -
+ Service Part #<% $part_svc->svcpart ? $part_svc->svcpart : "(NEW)" %> - - - - +<& /elements/tr-input-locale-text.html, + 'object' => $part_svc, + 'cgi' => $cgi, + 'field' => 'svc', + 'label' => 'Service', + 'curr_value' => $hashref->{svc}, +&> +%# +%# +%# +%# <& /elements/tr-select-part_svc_class.html, curr_value=>$hashref->{classnum} &> - + - + - + @@ -207,12 +265,12 @@ my $widget = new HTML::Widgets::SelectLayers( #'selected_layer' => $p_svcdb, 'selected_layer' => $hashref->{svcdb} || 'svc_acct', 'options' => \%svcdb, - 'form_name' => 'dummy', + 'form_name' => 'SvcEditMain', #'form_action' => 'process/part_svc.cgi', 'form_action' => 'part_svc.cgi', #self - 'form_elements' => [qw( svc svcpart classnum selfservice_access - disabled preserve - )], +# 'form_elements' => [qw( svc svcpart classnum selfservice_access +# disabled preserve +# )], 'html_between' => $help, 'layer_callback' => sub { include('elements/part_svc_column.html',
Service
Service
Self-service accessSelf-service access
Disable new ordersDisable new orders {disabled} eq 'Y' ? ' CHECKED' : '' %>>
Preserve this service on package cancellationPreserve this service on package cancellation {'preserve'} eq 'Y' ? ' CHECKED' : '' %>>