From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 5/5] ids.cgi: Adjust code for marking unsupported providers Date: Thu, 21 Mar 2024 21:51:18 +0100 Message-ID: <20240321205118.382948-5-stefan.schantl@ipfire.org> In-Reply-To: <20240321205118.382948-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2842860272999683260==" List-Id: --===============2842860272999683260== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 28 +++++++++++++++++----------- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index e29482fa8..2d4ac6fc3 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -1162,6 +1162,7 @@ END my $subscription_code =3D $used_providers{$id}[1]; my $autoupdate_status =3D $used_providers{$id}[2]; my $status =3D $used_providers{$id}[3]; + my $unsupported; =20 # Check if the item number is even or not. if ($line % 2) { @@ -1172,8 +1173,8 @@ END =20 # Handle providers which are not longer supported. unless ($IDS::Ruleset::Providers{$provider}{'dl_url'}) { - # Assign background color - $col=3D"bgcolor=3D'#FF4D4D'"; + # Mark this provider as unsupported. + $unsupported =3D "3D'*'"; } =20 # Choose icons for the checkboxes. @@ -1202,7 +1203,7 @@ END =20 print < - $provider_name + $provider_name$unsupported $rulesetdate =20 @@ -1258,10 +1259,15 @@ print <
=20 -
- - - +
+ + + - -
+END + print "3D'*' $Lang::tr{'ids unsupported pro= vider'}\n"; +print < +
END =20 # Only show this button if a ruleset provider is configured. @@ -1270,10 +1276,10 @@ END } print < -
-
+ + + + END =20 &Header::closebox(); diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index f13bddf4b..b7b86fc7f 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1416,6 +1416,7 @@ 'ids show' =3D> 'Anzeigen', 'ids the choosen provider is already in use' =3D> 'Der gewh=C3=A4hlte Provid= er wird bereits verwendet.', 'ids unable to download the ruleset' =3D> 'Das Regelset konnte nicht herunte= rgeladen werden.', +'ids unsupported provider' =3D> 'Provider wird nicht mehr unterst=C3=BCtzt', 'ids visit provider website' =3D> 'Anbieter-Webseite besuchen', 'ids working' =3D> '=C3=84nderungen werden =C3=BCbernommen. Bitte warten Sie= , bis dieser Vorgang erfolgreich beendet wurde.', 'iface' =3D> 'Iface', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 0113f8811..8e50aba76 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1467,6 +1467,7 @@ 'ids subscription code required' =3D> 'The selected ruleset requires a subsc= ription code', 'ids the choosen provider is already in use' =3D> 'The choosen provider is a= lready in use.', 'ids unable to download the ruleset' =3D> 'Unable to download the ruleset', +'ids unsupported provider' =3D> 'Provider is not supported anymore', 'ids visit provider website' =3D> 'Visit provider website', 'ids working' =3D> 'Changes are being applied. Please wait until all operati= ons have completed successfully...', 'iface' =3D> 'Iface', --=20 2.39.2 --===============2842860272999683260==--