diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2014-12-05 09:50:06 -0500 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-12-05 09:50:06 -0500 |
| commit | b962b3fbfd38f932061329e2872007b3854e8d35 (patch) | |
| tree | 156c7687c58e6884991682355b6a5d856180a9a7 /httemplate/misc | |
| parent | c1e0c1dfc3ed2f27d5bfa4edff030a934f62a6d3 (diff) | |
| parent | 57bdfd4f7e70cab525c9a4bce7f26015517a81ed (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc')
| -rw-r--r-- | httemplate/misc/cancel_cust.html | 6 | ||||
| -rw-r--r-- | httemplate/misc/suspend_cust.html | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/httemplate/misc/cancel_cust.html b/httemplate/misc/cancel_cust.html index e4bfdba76..85367026c 100644 --- a/httemplate/misc/cancel_cust.html +++ b/httemplate/misc/cancel_cust.html @@ -7,8 +7,7 @@ <P ALIGN="center"><B><% mt('Permanently delete all services and cancel this customer?') |h %></B> -<TABLE BORDER="0" CELLSPACING="2" -STYLE="margin-left:auto; margin-right:auto"> +<TABLE BORDER="0" CELLSPACING="2" STYLE="margin-left:auto; margin-right:auto"> <TR> <TD ALIGN="right"> <INPUT TYPE="radio" NAME="now_or_later" VALUE="0" onclick="toggle(false)" CHECKED /> @@ -44,8 +43,7 @@ toggle(false); <INPUT TYPE="checkbox" NAME="ban" ID="ban" VALUE="1"><% mt($ban) |h %> % } -<TABLE BGCOLOR="#cccccc", BORDER="0" CELLSPACING="2" -STYLE="margin-left:auto; margin-right:auto"> +<TABLE BGCOLOR="#cccccc" BORDER="0" CELLSPACING="2" STYLE="margin-left:auto; margin-right:auto"> <& /elements/tr-select-reason.html, 'field' => 'reasonnum', 'reason_class' => 'C', diff --git a/httemplate/misc/suspend_cust.html b/httemplate/misc/suspend_cust.html index 3a49e136d..83d974300 100644 --- a/httemplate/misc/suspend_cust.html +++ b/httemplate/misc/suspend_cust.html @@ -7,8 +7,7 @@ <P ALIGN="center"><B><% mt('Suspend this customer?') |h %></B> -<TABLE BORDER="0" CELLSPACING="2" -STYLE="margin-left:auto; margin-right:auto"> +<TABLE BORDER="0" CELLSPACING="2" STYLE="margin-left:auto; margin-right:auto"> <TR> <TD ALIGN="right"> <INPUT TYPE="radio" NAME="now_or_later" VALUE="0" onclick="toggle(false)" CHECKED /> @@ -36,8 +35,7 @@ function toggle(val) { toggle(false); </SCRIPT> -<TABLE BGCOLOR="#cccccc", BORDER="0" CELLSPACING="2" -STYLE="margin-left:auto; margin-right:auto"> +<TABLE BGCOLOR="#cccccc" BORDER="0" CELLSPACING="2" STYLE="margin-left:auto; margin-right:auto"> <& /elements/tr-select-reason.html, 'field' => 'reasonnum', 'reason_class' => 'S', |
