Finish template tidy

This commit is contained in:
John Crisp
2025-04-15 20:43:24 +02:00
parent 038bafa69c
commit cc4e08b14a
36 changed files with 759 additions and 456 deletions

View File

@@ -1,7 +1,7 @@
% layout 'AdminLTE', title => "Sme server 2 - workgroup";
% content_for 'module' => begin
<div id="" class="">
<div>
%if (config->{debug} == 1) {
<p>
@@ -23,7 +23,8 @@
<br><br>
<span class="">
%=l 'wkg_LABEL_WORKGROUP', class => ""
</span><span class="">
</span>
<span class="">
%= text_field 'Workgroup' => $wkg_datas->{Workgroup}, class => "" , pattern=>".{1,15}", title=>"Limited to 15 characters by the NETBIOS"
</span>
</p>
@@ -32,7 +33,8 @@
<br><br>
<span class="">
%=l 'wkg_LABEL_SERVERNAME', class => ""
</span><span class="">
</span>
<span class="">
%= text_field 'ServerName' => $wkg_datas->{ServerName}, class => ""
</span>
</p>
@@ -41,7 +43,8 @@
<br>
<span class="">
%=l 'wkg_LABEL_PDC', class => ""
</span><span class="">
</span>
<span class="">
% param 'ServerRole' => $wkg_datas->{ServerRole} unless param 'ServerRole';
%= select_field 'ServerRole' => [[ (l 'YES') => 'PDC'], [ (l 'NO') => 'WS']], class => ""
</span>
@@ -51,7 +54,8 @@
<br>
<span class="">
%=l 'wkg_LABEL_ROAM', class => ""
</span><span class="">
</span>
<span class="">
% param 'RoamingProfiles' => $wkg_datas->{RoamingProfiles} unless param 'RoamingProfiles';
%= select_field 'RoamingProfiles' => [[ (l 'YES') => 'yes'], [ (l 'NO') => 'no']], class => ""
</span>