[freeside-commits] freeside/httemplate/edit agent.cgi, 1.14.2.1, 1.14.2.2 agent_payment_gateway.html, 1.3, 1.3.2.1 agent_type.cgi, 1.16, 1.16.2.1 cust_bill_pay.cgi, 1.15, 1.15.2.1 cust_credit.cgi, 1.17.2.1, 1.17.2.2 cust_credit_bill.cgi, 1.14, 1.14.2.1 cust_main_note.cgi, 1.2, 1.2.2.1 cust_pay.cgi, 1.24, 1.24.2.1 cust_pkg.cgi, 1.12, 1.12.2.1 cust_refund.cgi, 1.4.2.1, 1.4.2.2 msgcat.cgi, 1.4, 1.4.2.1 part_bill_event.cgi, 1.38, 1.38.2.1 part_export.cgi, 1.27, 1.27.2.1 part_pkg.cgi, 1.67.2.6, 1.67.2.7 part_virtual_field.cgi, 1.6.2.1, 1.6.2.2 payment_gateway.html, 1.6.2.1, 1.6.2.2 reg_code.cgi, 1.3.2.1, 1.3.2.2 router.cgi, 1.5, 1.5.2.1 svc_acct.cgi, 1.45.2.5, 1.45.2.6 svc_broadband.cgi, 1.14, 1.14.2.1 svc_domain.cgi, 1.14, 1.14.2.1 svc_forward.cgi, 1.19, 1.19.2.1
Ivan,,,
ivan at wavetail.420.am
Tue Dec 25 15:50:04 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv14080/httemplate/edit
Modified Files:
Tag: FREESIDE_1_7_BRANCH
agent.cgi agent_payment_gateway.html agent_type.cgi
cust_bill_pay.cgi cust_credit.cgi cust_credit_bill.cgi
cust_main_note.cgi cust_pay.cgi cust_pkg.cgi cust_refund.cgi
msgcat.cgi part_bill_event.cgi part_export.cgi part_pkg.cgi
part_virtual_field.cgi payment_gateway.html reg_code.cgi
router.cgi svc_acct.cgi svc_broadband.cgi svc_domain.cgi
svc_forward.cgi
Log Message:
ho ho ho, merry XSSmas
Index: cust_bill_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_bill_pay.cgi,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- cust_bill_pay.cgi 27 Aug 2006 19:30:38 -0000 1.15
+++ cust_bill_pay.cgi 25 Dec 2007 23:49:54 -0000 1.15.2.1
@@ -1,9 +1,6 @@
<% header("Apply Payment", '') %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% $p1 %>process/cust_bill_pay.cgi" METHOD=POST>
Index: agent.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/agent.cgi,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- agent.cgi 1 Jul 2007 00:37:00 -0000 1.14.2.1
+++ agent.cgi 25 Dec 2007 23:49:51 -0000 1.14.2.2
@@ -24,11 +24,8 @@
'Main Menu' => $p,
'View all agents' => $p. 'browse/agent.cgi',
)) %>
-% if ( $cgi->param('error') ) {
-
-<FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<%popurl(1)%>process/agent.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="agentnum" VALUE="<% $hashref->{agentnum} %>">
Index: cust_credit_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_credit_bill.cgi,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- cust_credit_bill.cgi 27 Aug 2006 19:30:38 -0000 1.14
+++ cust_credit_bill.cgi 25 Dec 2007 23:49:55 -0000 1.14.2.1
@@ -1,9 +1,6 @@
<% header("Apply Credit", '') %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% $p1 %>process/cust_credit_bill.cgi" METHOD=POST>
Index: cust_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_credit.cgi,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- cust_credit.cgi 4 Dec 2007 18:19:07 -0000 1.17.2.1
+++ cust_credit.cgi 25 Dec 2007 23:49:54 -0000 1.17.2.2
@@ -1,9 +1,6 @@
<% include('/elements/header-popup.html', 'Enter Credit') %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM NAME="credit_popup" ACTION="<% $p1 %>process/cust_credit.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="crednum" VALUE="">
Index: cust_main_note.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main_note.cgi,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- cust_main_note.cgi 27 Oct 2006 17:01:29 -0000 1.2
+++ cust_main_note.cgi 25 Dec 2007 23:49:55 -0000 1.2.2.1
@@ -1,9 +1,6 @@
<% include('/elements/header-popup.html', "$action Customer Note") %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% popurl(1) %>process/cust_main_note.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
Index: cust_refund.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_refund.cgi,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- cust_refund.cgi 15 Jun 2007 18:44:00 -0000 1.4.2.1
+++ cust_refund.cgi 25 Dec 2007 23:49:56 -0000 1.4.2.2
@@ -29,12 +29,8 @@
<% include('/elements/header.html', 'Refund '. ucfirst(lc($payby)). ' payment', '') %>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<% small_custview($custnum, $conf->config('countrydefault')) %>
Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -u -d -r1.38 -r1.38.2.1
--- part_bill_event.cgi 15 Feb 2007 00:49:26 -0000 1.38
+++ part_bill_event.cgi 25 Dec 2007 23:49:58 -0000 1.38.2.1
@@ -39,11 +39,8 @@
)
)
%>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% popurl(1) %>process/part_bill_event.cgi" NAME="editEvent" METHOD=POST>
<INPUT TYPE="hidden" NAME="eventpart" VALUE="<% $part_bill_event->eventpart %>">
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain.cgi,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- svc_domain.cgi 29 Dec 2006 08:51:32 -0000 1.14
+++ svc_domain.cgi 25 Dec 2007 23:50:01 -0000 1.14.2.1
@@ -63,11 +63,8 @@
<% include('/elements/header.html', "$action $svc", '') %>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% $p1 %>process/svc_domain.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="svcnum" VALUE="<% $svcnum %>">
Index: part_virtual_field.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_virtual_field.cgi,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- part_virtual_field.cgi 15 Mar 2007 20:09:29 -0000 1.6.2.1
+++ part_virtual_field.cgi 25 Dec 2007 23:50:00 -0000 1.6.2.2
@@ -23,12 +23,8 @@
%
%
<% include('/elements/header.html', "$action Virtual Field Definition") %>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<%$p1%>process/generic.cgi" METHOD="POST">
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_pkg.cgi,v
retrieving revision 1.67.2.6
retrieving revision 1.67.2.7
diff -u -d -r1.67.2.6 -r1.67.2.7
--- part_pkg.cgi 6 Dec 2007 20:49:52 -0000 1.67.2.6
+++ part_pkg.cgi 25 Dec 2007 23:50:00 -0000 1.67.2.7
@@ -4,9 +4,7 @@
)) %>
% #), ' onLoad="visualize()"');
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM NAME="dummy">
@@ -177,10 +175,18 @@
% }
%
% push @fixups, "pkg_svc$svcpart";
+%
+% my $quan = 0;
+% if ( $cgi->param("pkg_svc$svcpart") =~ /^\s*(\d+)\s*$/ ) {
+% $quan = $1;
+% } elsif ( $pkg_svc->quantity ) {
+% $quan = $pkg_svc->quantity;
+% }
+
<TR>
<TD>
- <INPUT TYPE="text" NAME="pkg_svc<% $svcpart %>" SIZE=4 MAXLENGTH=3 VALUE="<% $cgi->param("pkg_svc$svcpart") || $pkg_svc->quantity || 0 %>">
+ <INPUT TYPE="text" NAME="pkg_svc<% $svcpart %>" SIZE=4 MAXLENGTH=3 VALUE="<% $quan %>">
</TD>
<TD>
@@ -204,10 +210,9 @@
</TR></TABLE></TD></TR></TABLE>
-% foreach my $f ( qw( clone pkgnum ) ) {
-
- <INPUT TYPE="hidden" NAME="<% $f %>" VALUE="<% $cgi->param($f) %>">
-% }
+% foreach my $f ( qw( clone pkgnum ) ) { #safe, these were untained in %init
+ <INPUT TYPE="hidden" NAME="<% $f %>" VALUE="<% $cgi->param($f) %>">
+% }
<INPUT TYPE="hidden" NAME="pkgpart" VALUE="<% $part_pkg->pkgpart %>">
%
Index: agent_payment_gateway.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/agent_payment_gateway.html,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- agent_payment_gateway.html 23 Aug 2006 22:25:37 -0000 1.3
+++ agent_payment_gateway.html 25 Dec 2007 23:49:52 -0000 1.3.2.1
@@ -18,11 +18,8 @@
#'View all payment gateways' => $p. 'browse/payment_gateway.html',
'View all agents' => $p. 'browse/agent.html',
)) %>
-% if ( $cgi->param('error') ) {
-
-<FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<%popurl(1)%>process/agent_payment_gateway.html" METHOD=POST>
<INPUT TYPE="hidden" NAME="agentnum" VALUE="<% $agent->agentnum %>">
Index: payment_gateway.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/payment_gateway.html,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- payment_gateway.html 31 May 2007 15:04:11 -0000 1.6.2.1
+++ payment_gateway.html 25 Dec 2007 23:50:00 -0000 1.6.2.2
@@ -22,11 +22,8 @@
'Main Menu' => $p,
'View all payment gateways' => $p. 'browse/payment_gateway.html',
)) %>
-% if ( $cgi->param('error') ) {
-
-<FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<%popurl(1)%>process/payment_gateway.html" METHOD=POST>
<INPUT TYPE="hidden" NAME="gatewaynum" VALUE="<% $payment_gateway->gatewaynum %>">
Index: svc_forward.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_forward.cgi,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- svc_forward.cgi 29 Dec 2006 08:51:32 -0000 1.19
+++ svc_forward.cgi 25 Dec 2007 23:50:01 -0000 1.19.2.1
@@ -106,12 +106,8 @@
<% include("/elements/header.html","Mail Forward $action") %>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
Service #<% $svcnum ? "<B>$svcnum</B>" : " (NEW)" %><BR>
Service: <B><% $part_svc->svc %></B><BR><BR>
Index: agent_type.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/agent_type.cgi,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- agent_type.cgi 23 Aug 2006 22:25:37 -0000 1.16
+++ agent_type.cgi 25 Dec 2007 23:49:53 -0000 1.16.2.1
@@ -20,11 +20,8 @@
'View all agent types' => "${p}browse/agent_type.cgi",
))
%>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% popurl(1) %>process/agent_type.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="typenum" VALUE="<% $agent_type->typenum %>">
Index: router.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/router.cgi,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- router.cgi 23 Aug 2006 22:25:37 -0000 1.5
+++ router.cgi 25 Dec 2007 23:50:01 -0000 1.5.2.1
@@ -22,12 +22,8 @@
%));
%
%my $p3 = popurl(3);
-%
-%if($cgi->param('error')) {
-%
- <FONT SIZE="+1" COLOR="#ff0000">Error: <%$cgi->param('error')%></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<%popurl(1)%>process/router.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="table" VALUE="router">
Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_broadband.cgi,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- svc_broadband.cgi 12 Jan 2007 23:27:09 -0000 1.14
+++ svc_broadband.cgi 25 Dec 2007 23:50:01 -0000 1.14.2.1
@@ -85,12 +85,9 @@
%
-<%include("/elements/header.html","Broadband Service $action", '')%>
-% if ($cgi->param('error')) {
-
-<FONT SIZE="+1" COLOR="#ff0000">Error: <%$cgi->param('error')%></FONT><BR>
-% }
+<% include("/elements/header.html","Broadband Service $action", '') %>
+<% include('/elements/error.html') %>
Service #<B><%$svcnum ? $svcnum : "(NEW)"%></B><BR><BR>
Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_pay.cgi,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -u -d -r1.24 -r1.24.2.1
--- cust_pay.cgi 24 Aug 2006 01:37:19 -0000 1.24
+++ cust_pay.cgi 25 Dec 2007 23:49:55 -0000 1.24.2.1
@@ -4,10 +4,7 @@
<% include("/elements/header.html", $title, '') %>
% }
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<LINK REL="stylesheet" TYPE="text/css" HREF="../elements/calendar-win2k-2.css" TITLE="win2k-2">
<SCRIPT TYPE="text/javascript" SRC="../elements/calendar_stripped.js"></SCRIPT>
Index: msgcat.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/msgcat.cgi,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- msgcat.cgi 30 Jan 2007 20:59:14 -0000 1.4
+++ msgcat.cgi 25 Dec 2007 23:49:57 -0000 1.4.2.1
@@ -1,10 +1,7 @@
<% header("Edit Message catalog" ) %>
<BR>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<% $widget->html %>
Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.45.2.5
retrieving revision 1.45.2.6
diff -u -d -r1.45.2.5 -r1.45.2.6
--- svc_acct.cgi 12 Dec 2007 05:58:16 -0000 1.45.2.5
+++ svc_acct.cgi 25 Dec 2007 23:50:01 -0000 1.45.2.6
@@ -127,11 +127,9 @@
<% include("/elements/header.html","$action $svc account") %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
+
% if ( $cust_main ) {
<% include( '/elements/small_custview.html', $cust_main, '', 1,
Index: part_export.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_export.cgi,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -d -r1.27 -r1.27.2.1
--- part_export.cgi 23 Aug 2006 22:25:37 -0000 1.27
+++ part_export.cgi 25 Dec 2007 23:50:00 -0000 1.27.2.1
@@ -105,12 +105,8 @@
'Main Menu' => popurl(2),
), ' onLoad="visualize()"')
%>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM NAME="dummy">
<INPUT TYPE="hidden" NAME="exportnum" VALUE="<% $part_export->exportnum %>">
Index: cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_pkg.cgi,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- cust_pkg.cgi 23 Aug 2006 22:25:37 -0000 1.12
+++ cust_pkg.cgi 25 Dec 2007 23:49:56 -0000 1.12.2.1
@@ -31,11 +31,8 @@
%
%
<% include('/elements/header.html', "Add/Edit Packages", '') %>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% $p1 %>process/cust_pkg.cgi" METHOD=POST>
Index: reg_code.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/reg_code.cgi,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- reg_code.cgi 8 Oct 2007 19:04:47 -0000 1.3.2.1
+++ reg_code.cgi 25 Dec 2007 23:50:00 -0000 1.3.2.2
@@ -11,24 +11,28 @@
'Main Menu' => $p,
))
%>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#FF0000">Error: <% $cgi->param('error') %></FONT>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<%popurl(1)%>process/reg_code.cgi" METHOD="POST" NAME="OneTrueForm" onSubmit="document.OneTrueForm.submit.disabled=true">
<INPUT TYPE="hidden" NAME="agentnum" VALUE="<% $agent->agentnum %>">
Generate
-<INPUT TYPE="text" NAME="num" VALUE="<% $cgi->param('num') %>" SIZE=5 MAXLENGTH=4>
+% my $num = '';
+% if ( $cgi->param('num') =~ /^\s*(\d+)\s*$/ ) {
+% $num = $1;
+% }
+<INPUT TYPE="text" NAME="num" VALUE="<% $num %>" SIZE=5 MAXLENGTH=4>
registration codes for <B><% $agent->agent %></B> allowing the following packages:
<BR><BR>
+
% foreach my $part_pkg ( qsearch('part_pkg', { 'disabled' => '' } ) ) {
+% my $pkgpart = $part_pkg->pkgpart;
+
+ <INPUT TYPE="checkbox" NAME="pkgpart<% $pkgpart %>" <% $cgi->param("pkgpart$pkgpart") ? 'CHECKED' : '' %>>
+ <% $part_pkg->pkg %> - <% $part_pkg->comment %>
+ <BR>
- <INPUT TYPE="checkbox" NAME="pkgpart<% $part_pkg->pkgpart %>">
- <% $part_pkg->pkg %> - <% $part_pkg->comment %>
- <BR>
% }
More information about the freeside-commits
mailing list