X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=fs_selfservice%2Ffri%2Fmodules%2Fdashboard.module;h=62d6de46a8a51afea57ef32a8a5dea28770997ca;hb=624b2d44625f69d71175c3348cae635d580c890b;hp=6fd24e05bad5e980d258496284102471031c88ad;hpb=a2d1703dea6fd017bf19b4e43aa1594538ec6b60;p=freeside.git diff --git a/fs_selfservice/fri/modules/dashboard.module b/fs_selfservice/fri/modules/dashboard.module index 6fd24e05b..62d6de46a 100644 --- a/fs_selfservice/fri/modules/dashboard.module +++ b/fs_selfservice/fri/modules/dashboard.module @@ -46,8 +46,6 @@ class dashboard { */ function display($args) { - global $ARI_HELP_FEATURE_CODES; - $display = new Display(); // args @@ -86,9 +84,11 @@ class dashboard { if ( $fs_info['balance'] > 0 ) { - // XXX correct URL - $ret .= 'Make a payment

'; + #$ret .= 'Make a payment

'; + $ret .= 'Make a payment

'; } @@ -97,7 +97,9 @@ class dashboard { $ret .= ''. ''; - $link = ''; - $a = ''; + $a = $link. $invoice['invnum']. '">'; $ret .= "$td$a". 'Invoice #'. $invoice['invnum']. "$td". "$td$a". $invoice['date']. "$td". @@ -129,8 +130,8 @@ class dashboard { $ret .= 'You have no outstanding invoices.

'; } - $ret .= 'Received calls (10)

'; - $ret .= 'Placed calls (10)'; + #$ret .= 'Received calls (10)

'; + #$ret .= 'Placed calls (10)'; // if ( @tickets ) { // $OUT .= '
Open Invoices
'.