From 28e563e2e930d0bfd54909c886a76294bf672bfd Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Mar 2010 17:18:32 +0000 Subject: 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 --- httemplate/misc/bulk_pkg_increment_bill.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc') 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') ) { Error: <% $cgi->param('error') %> @@ -36,7 +36,7 @@
- + -- cgit v1.2.1