From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/4] zoneconf.cgi: Change NIC display order, improve code Date: Sun, 27 Dec 2020 12:04:47 +0100 Message-ID: <9354B4F0-7931-41E5-AE8D-87191ABEA148@ipfire.org> In-Reply-To: <20201222200646.1609-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2855554580066603801==" List-Id: --===============2855554580066603801== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, > On 22 Dec 2020, at 21:06, Leo-Andres Hofmann wrot= e: >=20 > Refactor duplicate perl code and add comments >=20 > Signed-off-by: Leo-Andres Hofmann > --- > html/cgi-bin/zoneconf.cgi | 53 +++++++++++++++++++++++++-------------- > 1 file changed, 34 insertions(+), 19 deletions(-) >=20 > diff --git a/html/cgi-bin/zoneconf.cgi b/html/cgi-bin/zoneconf.cgi > index 0914ceb78..bf46ab0c7 100644 > --- a/html/cgi-bin/zoneconf.cgi > +++ b/html/cgi-bin/zoneconf.cgi > @@ -26,6 +26,7 @@ require '/var/ipfire/general-functions.pl'; > require "${General::swroot}/lang.pl"; > require "${General::swroot}/header.pl"; >=20 > +###--- HTML HEAD ---### > my $extraHead =3D <