summaryrefslogtreecommitdiff
path: root/httemplate/misc/bulk_pkg_increment_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2010-03-02 17:18:33 +0000
committerivan <ivan>2010-03-02 17:18:33 +0000
commit1368f0fa8982d3114e950eb6c0b3d8c05a1d12c0 (patch)
tree84023ec9271a9e0e10cfaf28ef7f0d6457212ede /httemplate/misc/bulk_pkg_increment_bill.cgi
parent4a282fb5adb537703944f677cdd3a6c6cf211456 (diff)
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
Diffstat (limited to 'httemplate/misc/bulk_pkg_increment_bill.cgi')
-rwxr-xr-xhttemplate/misc/bulk_pkg_increment_bill.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/bulk_pkg_increment_bill.cgi b/httemplate/misc/bulk_pkg_increment_bill.cgi
index 79bc0cd3e..d594b558a 100755
--- a/httemplate/misc/bulk_pkg_increment_bill.cgi
+++ b/httemplate/misc/bulk_pkg_increment_bill.cgi
@@ -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>