X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_svc.cgi;h=f941ae586d65fd568ba898e7ab2a1142f86d1559;hb=2920cfc494c2811ca7879d6ecaa353d216c9f69d;hp=a8f4a7c84038e1e73a8a2305e6a5c4c8b2f13c08;hpb=a5e611f5ffc045a59fee9e1b03f8ac79ef794d00;p=freeside.git diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index a8f4a7c84..f941ae586 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -82,6 +82,7 @@ function part_export_areyousure(href) { % } % @dfields ; % my $rowspan = scalar(@fields) || 1; +% $rowspan++ if $part_svc->restrict_edit_password; % my $url = "${p}edit/part_svc.cgi?". $part_svc->svcpart; % % if ( $bgcolor eq $bgcolor1 ) { @@ -183,15 +184,21 @@ function part_export_areyousure(href) { % } else { <% $value %> -% } +% } % $n1=""; -% } -% +% } #foreach $field +% if ( $part_svc->restrict_edit_password ) { + + + <% emt('Password editing restricted.') %> + + +% } -% } +% } #foreach $part_svc