[freeside-commits] freeside/httemplate/edit svc_cert.cgi, NONE, 1.1.2.2 part_svc.cgi, 1.71, 1.71.2.1

Ivan,,, ivan at wavetail.420.am
Sat Nov 6 17:57:17 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv28702/httemplate/edit

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	part_svc.cgi 
Added Files:
      Tag: FREESIDE_2_1_BRANCH
	svc_cert.cgi 
Log Message:
certificates ala communigate, RT#7515

Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_svc.cgi,v
retrieving revision 1.71
retrieving revision 1.71.2.1
diff -u -w -d -r1.71 -r1.71.2.1
--- part_svc.cgi	6 Aug 2010 21:31:03 -0000	1.71
+++ part_svc.cgi	7 Nov 2010 00:57:15 -0000	1.71.2.1
@@ -15,6 +15,7 @@
 Service definitions are the templates for items you offer to your customers.
 <UL><LI>svc_acct - Accounts - anything with a username (Mailboxes, PPP accounts, shell accounts, RADIUS entries for broadband, etc.)
     <LI>svc_domain - Domains
+    <LI>svc_cert - Certificates
     <LI>svc_forward - Mail forwarding
     <LI>svc_mailinglist - Mailing list
     <LI>svc_www - Virtual domain website

--- NEW FILE: svc_cert.cgi ---
<% include('/elements/header.html', "$action $svc", '') %>

<% include('/elements/error.html') %>

<FORM ACTION="<% $p1 %>process/svc_cert.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="svcnum" VALUE="<% $svcnum %>">
<INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $pkgnum %>">
<INPUT TYPE="hidden" NAME="svcpart" VALUE="<% $svcpart %>">

<% ntable("#cccccc",2) %>

</TABLE>
<BR>

<INPUT TYPE="submit" VALUE="Submit">

</FORM>

<% include('/elements/footer.html') %>

<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?

#my $conf = new FS::Conf;



</%init>



More information about the freeside-commits mailing list