mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 09:14:34 +02:00
stage 3 restructure ui folder
This commit is contained in:
parent
fa3e256174
commit
fa05ffa58b
71 changed files with 62 additions and 62 deletions
|
@ -83,7 +83,7 @@ switch ($action) {
|
|||
$ui->assign('mdate', $mdate);
|
||||
$ui->assign('recharged_on', $mdate);
|
||||
run_hook('print_by_date'); #HOOK
|
||||
$ui->display('print-by-date.tpl');
|
||||
$ui->display('admin/print/by-date.tpl');
|
||||
break;
|
||||
|
||||
case 'pdf-by-date':
|
||||
|
@ -281,7 +281,7 @@ EOF;
|
|||
$ui->assign('tdate', $tdate);
|
||||
$ui->assign('stype', $stype);
|
||||
run_hook('print_by_period'); #HOOK
|
||||
$ui->display('print-by-period.tpl');
|
||||
$ui->display('admin/print/by-period.tpl');
|
||||
break;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue