diff options
Diffstat (limited to 'httemplate/view/elements')
| -rw-r--r-- | httemplate/view/elements/svc_Common.html | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index e3b8da4fe..de49b50d2 100644 --- a/httemplate/view/elements/svc_Common.html +++ b/httemplate/view/elements/svc_Common.html @@ -53,11 +53,9 @@ Service #<B><% $svcnum %></B>  % my $url = $opt{'edit_url'} || $p. 'edit/'. $opt{'table'}. '.cgi?';  | <A HREF="<%$url%><%$svcnum%>">Edit this <% $label %></A> -% unless ( $opt{'disable_unprovision'} ) {  | <A HREF="javascript:areyousure('<%$p.'misc/unprovision.cgi?'.$svcnum%>')">  Unprovision this Service</A>  <BR> -% }  <% ntable("#cccccc") %><TR><TD><% ntable("#cccccc",2) %>  | 
