[freeside-commits] freeside/httemplate/edit prepay_credit.cgi, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Thu Jan 3 18:27:06 PST 2008
- Previous message: [freeside-commits] freeside/httemplate/elements hidden.html, NONE, 1.2.2.2 tablebreak-tr-title.html, NONE, 1.1.2.2 tr-checkbox.html, NONE, 1.1.2.2 tr-fixed-country.html, NONE, 1.1.2.2 tr-fixed-state.html, NONE, 1.1.2.2 tr-fixed.html, NONE, 1.2.2.2 tr-input-money.html, NONE, 1.1.2.2 tr-input-percentage.html, NONE, 1.1.2.2 tr-input-text.html, NONE, 1.2.2.2 tr-select.html, NONE, 1.1.2.2 tr-td-label.html, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/httemplate/edit prepay_credit.cgi, 1.5, 1.5.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv9976
Modified Files:
prepay_credit.cgi
Log Message:
leftovers from XSSmas
Index: prepay_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/prepay_credit.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- prepay_credit.cgi 7 Dec 2006 02:40:31 -0000 1.5
+++ prepay_credit.cgi 4 Jan 2008 02:27:03 -0000 1.6
@@ -22,31 +22,25 @@
%$cgi->param('upmultiplier', '1000000') unless $cgi->param('upmultiplier');
%$cgi->param('downmultiplier', '1000000') unless $cgi->param('downmultiplier');
%$cgi->param('totalmultiplier','1000000') unless $cgi->param('totalmultiplier');
-%
-%
-
<% include("/elements/header.html",'Generate prepaid cards'. ($agent ? ' for '. $agent->agent : ''),
menubar( '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/prepay_credit.cgi" METHOD="POST" NAME="OneTrueForm" onSubmit="document.OneTrueForm.submit.disabled=true">
Generate
<INPUT TYPE="text" NAME="num" VALUE="<% $cgi->param('num') || '(quantity)' %>" SIZE=10 MAXLENGTH=10 onFocus="if ( this.value == '(quantity)' ) { this.value = ''; }">
+
<SELECT NAME="type">
% foreach (qw(alpha alphanumeric numeric)) {
-
<OPTION<% $cgi->param('type') eq $_ ? ' SELECTED' : '' %>><% $_ %>
% }
-
</SELECT>
- prepaid cards
+
+prepaid cards
<BR>for <SELECT NAME="agentnum"><OPTION>(any agent)
% foreach my $opt_agent ( qsearch('agent', { 'disabled' => '' } ) ) {
- Previous message: [freeside-commits] freeside/httemplate/elements hidden.html, NONE, 1.2.2.2 tablebreak-tr-title.html, NONE, 1.1.2.2 tr-checkbox.html, NONE, 1.1.2.2 tr-fixed-country.html, NONE, 1.1.2.2 tr-fixed-state.html, NONE, 1.1.2.2 tr-fixed.html, NONE, 1.2.2.2 tr-input-money.html, NONE, 1.1.2.2 tr-input-percentage.html, NONE, 1.1.2.2 tr-input-text.html, NONE, 1.2.2.2 tr-select.html, NONE, 1.1.2.2 tr-td-label.html, NONE, 1.1.2.2
- Next message: [freeside-commits] freeside/httemplate/edit prepay_credit.cgi, 1.5, 1.5.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list