From patchwork Sun Dec 27 15:48:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3767 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4D3lSn6Rk2z3wxY for ; Sun, 27 Dec 2020 15:48:09 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4D3lSn0PZPzkh; Sun, 27 Dec 2020 15:48:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4D3lSm5psqz2y3d; Sun, 27 Dec 2020 15:48:08 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4D3lSl3xfNz2xXN for ; Sun, 27 Dec 2020 15:48:07 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4D3lSk6dffzkh for ; Sun, 27 Dec 2020 15:48:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1609084086; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=fxaMog7/XxLtq2U4bvwnL2JOqZURRAQGi2CuK8YM0Qg=; b=FswZ3hhgm6QJc915RZVE6Opm59jSqkQrqZoCUsvAS9/TTeDgsDJf77FFCpu4Sr8oCKx35L jmQr0Mzbw+L/a+Ag== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1609084086; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=fxaMog7/XxLtq2U4bvwnL2JOqZURRAQGi2CuK8YM0Qg=; b=rCwrQUVYAbMSwWydVqOC/dWdRpCaY87VMSVXVjkKfzs3fDfwXXniK7pk3VYhdIstSL5gWR T/EAUWBVnMNFldYElbWMRPrc5NIRJGuRAOfGlrqYeQPlls97ELGvBWWeMr6r/vv8rfPCLM 53ZKDMuSg39AZmEqYZIMahJio7+UNY5XFOZXG+ChKFOIv2jwQLqpI78z5v8ERlJduikj3q OCktMl4anloGsTVpmwlrEHTUANe8yEwE5A6hNi2fzY6qRGlkGJfJDlZOY3ChZsgm+uv3vm Qs1WImtsyUi0VlXnjPTgNNN8P7bSLTWedIIAMj1SpS/XmYDKjcVsQu3dpwYRtA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wlanap.cgi: Cosmetic fix - replace 'Save' image with 'Save' button Date: Sun, 27 Dec 2020 16:48:01 +0100 Message-Id: <20201227154801.6788-1-matthias.fischer@ipfire.org> 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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" The 'WLanAP'-GUI is the only page where settings are saved by clicking an unlabeled floppy disk image. Why? I don't know - this image is otherwise only used by the 'Backup'-GUI to save settings. Now replaced by the standard 'Save' button. Signed-off-by: Matthias Fischer --- html/cgi-bin/wlanap.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index fd7e9a679..cfdcac576 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -516,8 +516,7 @@ print <
- -
+ END