mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-03-11 14:53:34 +08:00
map-customer.tpl to customer-map.tpl
This commit is contained in:
parent
177cdef1cd
commit
273d98f3ad
2 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ switch ($action) {
|
|||
$ui->assign('xheader', '<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css">');
|
||||
$ui->assign('_title', Lang::T('Customer Geo Location Information'));
|
||||
$ui->assign('xfooter', '<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"></script>');
|
||||
$ui->display('map-customer.tpl');
|
||||
$ui->display('customer-map.tpl');
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue