From 7aae685323cbed45bb194413bcf08de6e69341a7 Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Thu, 1 Oct 2015 01:49:00 +0530 Subject: [PATCH] Fix table --- html/pages/bill/transfer.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/pages/bill/transfer.inc.php b/html/pages/bill/transfer.inc.php index 058da6232..889838294 100644 --- a/html/pages/bill/transfer.inc.php +++ b/html/pages/bill/transfer.inc.php @@ -88,9 +88,8 @@ function showPercent($per) { echo '

Bill Summary

'; -echo '

Quota Bill

'; -echo ''; -echo ' '; +echo '

Quota Bill (Billing Period from '.$fromtext.' to '.$totext.')

'; +echo '
Billing Period from '.$fromtext.' to '.$totext.'
'; echo ' '; echo ' '; echo ' ';
Bandwidth