mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-15 20:44:26 +02:00
4 lines
No EOL
125 B
Smarty
4 lines
No EOL
125 B
Smarty
<option value="">Select Routers</option>
|
|
{foreach $d as $ds}
|
|
<option value="{$ds['name']}">{$ds['name']}</option>
|
|
{/foreach} |