From 42ebeaa88ef4debd332bd4ac2cf23ae3709bbc26 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 Oct 2020 16:00:37 +0100 Subject: [PATCH] samba: Re-indent global settings table No functional changes Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 143 ++++++++++++++++++++++++++++++----------- 1 file changed, 104 insertions(+), 39 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 77aac5c0e4..598360c5e2 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -277,45 +277,110 @@ print < -
- - - - - - - - - - - - - - - -
$Lang::tr{'basic options'}
$Lang::tr{'workgroup'}

Wide linkson / - off
Unix extensionon / - off

$Lang::tr{'security options'}
$Lang::tr{'security'}
$Lang::tr{'encryption'}
$Lang::tr{'map to guest'}

$Lang::tr{'network options'}
$Lang::tr{'remote announce'}
$Lang::tr{'remote browse sync'}
-
- - - -
- -
- -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
$Lang::tr{'basic options'}
$Lang::tr{'workgroup'} + +

Wide links + on / + off +
Unix extension + on / + off +

$Lang::tr{'security options'}
$Lang::tr{'security'} + +
$Lang::tr{'encryption'} + +
$Lang::tr{'map to guest'} + +

$Lang::tr{'network options'}
$Lang::tr{'remote announce'} + +
$Lang::tr{'remote browse sync'} + +
+ +
+ + + + + + +
+ + + + + +
+ + +
+
END ; -- 2.39.5