[freeside-commits] freeside/httemplate/misc bulk_pkg_increment_bill.cgi, 1.1, 1.2
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-serv6642/misc
Modified Files:
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
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- bulk_pkg_increment_bill.cgi 24 Feb 2010 23:32:47 -0000 1.1
+++ bulk_pkg_increment_bill.cgi 2 Mar 2010 17:18:32 -0000 1.2
@@ -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