diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/directory.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/directory.html.ep index cce90c6..842e337 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/directory.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/directory.html.ep @@ -56,9 +56,8 @@
- (DBG)route: <%= $c->current_route %>
- (DBG)pdc: <%= $wkg_datas->{ServerRole}%>
- (DBG)roam: <%= $wkg_datas->{RoamingProfiles}%>
-
- %=l 'wkg_DESC_WORKGROUP', class => ""
-
-
- %=l 'wkg_LABEL_WORKGROUP', class => ""
-
-
- %= text_field 'Workgroup' => $wkg_datas->{Workgroup}, class => "" , pattern=>".{1,15}", title=>"Limited to 15 characters by the NETBIOS"
-
-
- %=l 'wkg_DESC_SERVERNAME', class => ""
-
-
- %=l 'wkg_LABEL_SERVERNAME', class => ""
-
-
- %= text_field 'ServerName' => $wkg_datas->{ServerName}, class => ""
-
-
- %= $c->render_to_string(inline => l 'wkg_DESC_PDC')
-
-
- %=l 'wkg_LABEL_PDC', class => ""
-
-
- % param 'ServerRole' => $wkg_datas->{ServerRole} unless param 'ServerRole';
- %= select_field 'ServerRole' => [[ (l 'YES') => 'PDC'], [ (l 'NO') => 'WS']], class => ""
-
-
- %= $c->render_to_string(inline => l 'wkg_DESC_ROAM')
-
-
- %=l 'wkg_LABEL_ROAM', class => ""
-
-
- % param 'RoamingProfiles' => $wkg_datas->{RoamingProfiles} unless param 'RoamingProfiles';
- %= select_field 'RoamingProfiles' => [[ (l 'YES') => 'yes'], [ (l 'NO') => 'no']], class => ""
-
-
-
- %= submit_button "$btn", class => ""
-