summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorivan <ivan>2010-03-02 17:18:32 +0000
committerivan <ivan>2010-03-02 17:18:32 +0000
commit28e563e2e930d0bfd54909c886a76294bf672bfd (patch)
tree41401961cbdd05b13bc47c34bde04c1ac1768e1e /httemplate/misc
parent089001124dbd8016d5d51f9aaef50fb9f101dae5 (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')
-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>