[freeside-commits] freeside/httemplate/misc cancel_pkg.html, 1.2, 1.2.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Jun 26 08:36:53 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv2363/httemplate/misc
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cancel_pkg.html
Log Message:
suspend later just like expire (#1487)
Index: cancel_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cancel_pkg.html,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- cancel_pkg.html 23 Oct 2006 04:21:04 -0000 1.2
+++ cancel_pkg.html 26 Jun 2007 15:36:49 -0000 1.2.2.1
@@ -23,9 +23,9 @@
<% ucfirst($method) . " $pkgnum: " .$part_pkg->pkg. ' - ' .$part_pkg->comment %>
<% ntable("#cccccc", 2) %>
-% if ($method eq 'expire') {
+% if ($method eq 'expire' || $method eq 'adjourn') {
<TR>
- <TD>Cancel package on </TD>
+ <TD><% $submit =~ /^(\w*)\s/ %> package on </TD>
<TD><INPUT TYPE="text" NAME="date" ID="expire_date" VALUE="<% $date %>">
<IMG SRC="<% $p %>images/calendar.png" ID="expire_button" STYLE="cursor:pointer" TITLE="Select date">
<BR><I>m/d/y</I>
@@ -77,7 +77,10 @@
$submit = "Cancel Later";
}elsif ($method eq 'suspend') {
$class = 'S';
- $submit = "Suspend";
+ $submit = "Suspend Now";
+}elsif ($method eq 'adjourn') {
+ $class = 'S';
+ $submit = "Suspend Later";
}else{
die "illegal query ". $cgi->keywords;
}
More information about the freeside-commits
mailing list