[freeside-commits] freeside/httemplate/misc bulk_pkg_increment_bill.cgi, 1.1.2.2, 1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Tue Mar 2 09:18:34 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv6649/misc
Modified Files:
Tag: FREESIDE_1_9_BRANCH
bulk_pkg_increment_bill.cgi
Log Message:
UI: get rid of undocumented extra_choices_callback in search.html: a terrible place to put action links from a UI perspective, move package links to html_init, now consitent with customer links, change label on popup from "increment bill date" to "increment next bill date", RT#7132
Index: bulk_pkg_increment_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/bulk_pkg_increment_bill.cgi,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- bulk_pkg_increment_bill.cgi 25 Feb 2010 05:49:37 -0000 1.1.2.2
+++ bulk_pkg_increment_bill.cgi 2 Mar 2010 17:18:32 -0000 1.1.2.3
@@ -1,4 +1,4 @@
-<% include('/elements/header-popup.html', "Increment Bill Date") %>
+<% include('/elements/header-popup.html', "Increment Next Bill Date") %>
% if ( $cgi->param('error') ) {
<FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
@@ -36,7 +36,7 @@
</TABLE>
<BR>
-<INPUT TYPE="submit" VALUE="Increment bill date">
+<INPUT TYPE="submit" VALUE="Increment next bill date">
</FORM>
</BODY>
More information about the freeside-commits
mailing list