summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2007-08-02 21:57:29 +0000
committerivan <ivan>2007-08-02 21:57:29 +0000
commitfb4bce9850777c577e2696f0e09e14a3b0c8e959 (patch)
treea781b327e38e90b000cbb7de8724b875582d36e9 /httemplate/view
parent9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 (diff)
line up package acitons all on one line
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/packages.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index f424425a7..4f910551a 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -10,12 +10,11 @@
% && $conf->config('payby-default') ne 'HIDE'
% ) {
%
-
+ <% $s++ ? ' | ' : '' %>
<% popup_link('edit/quick-charge.html?custnum='. $cust_main->custnum, 'One-time charge', 'One-time charge', '#333399', 545) %>
- <BR>
% }
% if ( $curuser->access_right('Bulk change customer packages') ) {
-
+ <% $s++ ? ' | ' : '' %>
<A HREF="<% $p %>edit/cust_pkg.cgi?<% $cust_main->custnum %>">Bulk order and cancel packages</A> (preserves services)
% }