mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-16 07:48:09 +02:00
change template, no themes
This commit is contained in:
parent
deecd28cf7
commit
41aa9f74ea
137 changed files with 3972 additions and 4082 deletions
4
ui/ui/autoload.tpl
Normal file
4
ui/ui/autoload.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
<option value="">Select Plans</option>
|
||||
{foreach $d as $ds}
|
||||
<option value="{$ds['id']}">{$ds['name_plan']}</option>
|
||||
{/foreach}
|
Loading…
Add table
Add a link
Reference in a new issue