Fix form syntax issues and more cleaning

This commit is contained in:
John Crisp
2025-04-16 18:09:49 +02:00
parent cc4e08b14a
commit 93b8d4cb6f
15 changed files with 140 additions and 77 deletions

View File

@@ -19,7 +19,8 @@
<br><br>
<span class="">
%=l 'prx_HTTP_PROXY_STATUS_LABEL'
</span><span class="">
</span>
<span class="">
% param 'http_proxy_status' => $prx_datas->{http_proxy_status} unless param 'http_proxy_status';
%= select_field 'http_proxy_status' => [[ (l 'ENABLED') => 'enabled'], [ (l 'DISABLED') => 'disabled']], class => "", id => ""
</span>