mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 08:14:50 +02:00
4 lines
128 B
Smarty
4 lines
128 B
Smarty
|
<option value="">Select Routers</option>
|
||
|
{foreach $d as $ds}
|
||
|
<option value="{$ds['name']}">{$ds['name']}</option>
|
||
|
{/foreach}
|