Preselect subnet in options if defined
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
{$lang_subnet_subnetaddress}/{$lang_subnet_mask}
|
||||
</td>
|
||||
<td class="value">
|
||||
{html_options name=subnet_id options=$subnet_options}
|
||||
{html_options name=subnet_id options=$subnet_options selected=$subnet_id}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
{$lang_subnet_subnetaddress}/{$lang_subnet_mask}
|
||||
</td>
|
||||
<td class="value">
|
||||
{html_options name=subnet_id options=$subnet_options}
|
||||
{html_options name=subnet_id options=$subnet_options selected=$subnet_id}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user