From patchwork Tue Oct 13 16:07:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3560 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C9gTv69Pkz3x1S for ; Tue, 13 Oct 2020 16:09:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C9gSx65Mrz18q; Tue, 13 Oct 2020 16:08:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C9gSt2drRz305L; Tue, 13 Oct 2020 16:08:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C9gSr20fNz304k for ; Tue, 13 Oct 2020 16:08:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C9gSp51tMz12S; Tue, 13 Oct 2020 16:08:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602605306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=opyMoeWvnWfOrGmeULV4qZxtutZC0+pbl49nq+eOGCo=; b=CU9h5s6qtXSiZXUjjHxUmoR9LxZMD1em1bgK5XXEXXzCl605Shd1LgilgohAuJPyBm2Nko DxXuXGvXzmZ2ChCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602605306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=opyMoeWvnWfOrGmeULV4qZxtutZC0+pbl49nq+eOGCo=; b=jA1OZO2xN8fuPfcI1h2seAykI7GyFb08Vf5TmixIskhMvGhZ7gijQuI/VL0tgMVUAhhdcN eL0isJHHbSMVb3N2ebgg0eAwgzTCt3ByuNfdZysWPkUFevj1YhFTaOLT8KYargN2GAHdqj N/n+YyrANObubaDlWqvHj1OWRBUU8WWv92oXl0oJDwekBnj4FcK/Sx20iRjK9G5IRfTBAv 9k4yRS84eH5SWvZ3mkRRn29U49m7JPQTo5Tg1OxCnhpKxVy/9jJIvDlSZW4yvd0wAK/URx BnuVkgOCqnj96E3kH4JnNLWn3FH1AAEyAWUkhVUrbijn0MkR9uI3Zjs56v2pCQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 33/54] samba: Add tbl class to all s Date: Tue, 13 Oct 2020 16:07:51 +0000 Message-Id: <20201013160812.27754-33-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> References: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 1619045cc..73f2c4d39 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -230,7 +230,7 @@ my %servicenames = ( ); print < +
@@ -250,7 +250,7 @@ END print <
-
$Lang::tr{'all services'}
+
@@ -258,7 +258,7 @@ print <
-
+
@@ -323,7 +323,7 @@ if ($sambasettings{'SECURITY'} eq 'user') print <
-
$Lang::tr{'basic options'}
$Lang::tr{'workgroup'}

+
@@ -522,7 +522,7 @@ if ($sambasettings{'SECURITY'} eq "ADS") { -
$Lang::tr{'accounting'}
$Lang::tr{'username'}$Lang::tr{'password'}
+
@@ -573,7 +573,7 @@ my %shares = config("${General::swroot}/samba/shares"); print <
- +
END @@ -707,7 +707,7 @@ if ($sambasettings{'ACTION'} eq 'smbsharechange') print < -
$Lang::tr{'manage shares'}
$Lang::tr{'sharename'}$Lang::tr{'options'}
+
$Lang::tr{'samba status'}
$Status