diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-02-27 15:44:02 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-27 15:44:02 -0800 |
| commit | 942431fdcb3803b7ef98b1be8c4dc188e1a4b5aa (patch) | |
| tree | b345a97d01160f70234002ac3d88dae02da51e37 /httemplate/browse | |
| parent | 52e23dfa86b11c17903952a99f87893ef09db743 (diff) | |
| parent | 2920cfc494c2811ca7879d6ecaa353d216c9f69d (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/browse')
| -rwxr-xr-x | httemplate/browse/part_svc.cgi | 15 |
1 files changed, 11 insertions, 4 deletions
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 %> -% } +% } </TD> % $n1="</TR><TR>"; -% } -% +% } #foreach $field +% if ( $part_svc->restrict_edit_password ) { + <TR> + <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=4 ALIGN="left"> + <B><% emt('Password editing restricted.') %></B> + </TD> + </TR> +% } </TR> -% } +% } #foreach $part_svc </TABLE> </BODY> |
