X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain.cgi;h=f396630946669d558e1df0a916915b19c9eaad58;hp=057b15788e7e1ba45fc51c2e80972d0e2e02e872;hb=c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9;hpb=673b9a458d9138523026963df6fa3b4683e09bae diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index 057b15788..f39663094 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -32,12 +32,12 @@ my $domain = $svc_domain->domain; %> -<%= header('Domain View', menubar( +<%= include("/elements/header.html",'Domain View', menubar( ( ( $pkgnum || $custnum ) ? ( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", ) - : ( "Cancel this (unaudited) domain" => - "${p}misc/cancel-unaudited.cgi?$svcnum" ) + : ( "Delete this (unaudited) domain" => + "javascript:areyousure('${p}misc/cancel-unaudited.cgi?$svcnum', 'Delete $domain and all records?' )" ) ), "Main menu" => $p, )) %> @@ -50,8 +50,8 @@ Service #<%= $svcnum %>

View whois information.