visual
authorivan <ivan>
Sat, 21 Nov 1998 06:43:26 +0000 (06:43 +0000)
committerivan <ivan>
Sat, 21 Nov 1998 06:43:26 +0000 (06:43 +0000)
htdocs/edit/part_svc.cgi

index e1897b2..6f0a322 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -Tw
 #
-# $Id: part_svc.cgi,v 1.2 1998-11-21 03:16:40 ivan Exp $
+# $Id: part_svc.cgi,v 1.3 1998-11-21 06:43:26 ivan Exp $
 #
 # ivan@sisd.com 97-nov-14
 #
@@ -10,7 +10,7 @@
 # use FS::CGI, added inline documentation ivan@sisd.com 98-jul-12
 #
 # $Log: part_svc.cgi,v $
-# Revision 1.2  1998-11-21 03:16:40  ivan
+# Revision 1.3  1998-11-21 06:43:26  ivan
 # visual
 #
 
@@ -40,8 +40,8 @@ my($hashref)=$part_svc->hashref;
 my $p = popurl(2);
 print $cgi->header, header("$action Service Definition", menubar(
   'Main Menu' => $p,
-  'View all services' => '$p/browse/part_svc.cgi',
-)), '<FORM ACTION="', popurl(1), 'process/part_svc.cgi" METHOD=POST>';
+  'View all services' => "$p/browse/part_svc.cgi",
+)), '<FORM ACTION="', popurl(1), '/process/part_svc.cgi" METHOD=POST>';
 
 print qq!<INPUT TYPE="hidden" NAME="svcpart" VALUE="$hashref->{svcpart}">!,
       "Service Part #", $hashref->{svcpart} ? $hashref->{svcpart} : "(NEW)";
@@ -85,7 +85,7 @@ my(%defs)=(
     'dir'       => 'Home directory',
     'uid'       => 'UID (set to fixed and blank for dial-only)',
     'slipip'    => 'IP address',
-    'popnum'    => '<A HREF="$p/browse/svc_acct_pop.cgi/">POP number</A>',
+    'popnum'    => qq!<A HREF="$p/browse/svc_acct_pop.cgi/">POP number</A>!,
     'username'  => 'Username',
     'quota'     => '(unimplemented)',
     '_password' => 'Password',