[freeside-commits] freeside/httemplate/edit/svc_domain communigate-basics.html, 1.2, 1.2.2.1

Ivan,,, ivan at wavetail.420.am
Sun Nov 7 21:24:09 PST 2010


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	communigate-basics.html 
Log Message:
certificates ala communigate, RT#7515

Index: communigate-basics.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain/communigate-basics.html,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -w -d -r1.2 -r1.2.2.1
--- communigate-basics.html	6 Aug 2010 21:28:10 -0000	1.2
+++ communigate-basics.html	8 Nov 2010 05:24:07 -0000	1.2.2.1
@@ -56,6 +56,24 @@
 % }
 
 % if ( $communigate
+%      && $part_svc->part_svc_column('cgp_certificatetype')->columnflag ne 'F' )
+% {
+
+  <% include('/elements/tr-select.html',
+               'label'      => 'PKI services',
+               'field'      => 'cgp_certificatetype',
+               'options'    => $svc_domain->cgp_certificatetype_values,
+               'labels'     => {
+                                 '' => 'default (Test)',
+                               },
+               'curr_value' => $svc_domain->cgp_certificatetype,
+            )
+  %>
+% } else {
+    <INPUT TYPE="hidden" NAME="cgp_certificatetype" VALUE="<% $svc_domain->cgp_certificatetype() |h %>">
+% }
+
+% if ( $communigate
 %      && $part_svc->part_svc_column('trailer')->columnflag ne 'F' )
 % {
 



More information about the freeside-commits mailing list