From 6744f1b14c56c83db62f5aa868afa6bd9d45826f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 12 Dec 2025 14:37:43 +0100 Subject: [PATCH] Fix bulk-add group page dark mode --- resources/views/admin/groups/bulk.blade.php | 66 ++++++++++----------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/resources/views/admin/groups/bulk.blade.php b/resources/views/admin/groups/bulk.blade.php index e319918bd..26d041c2d 100644 --- a/resources/views/admin/groups/bulk.blade.php +++ b/resources/views/admin/groups/bulk.blade.php @@ -4,12 +4,12 @@
-
+
-

+

{{ $title ?? 'Bulk Add Newsgroups' }}

- + View All Groups
@@ -18,10 +18,10 @@
@if(!empty($groupmsglist)) -
+
- -

+ +

The following groups have been processed. You can now view them in the group list.

@@ -29,33 +29,33 @@
- - +
+ - - + + - + @foreach($groupmsglist as $group) - +
GroupStatusGroupStatus
- - {{ $group['group'] }} + + {{ $group['group'] }}
@if(strpos($group['msg'], 'Error') !== false) - + {{ $group['msg'] }} @elseif(strpos($group['msg'], 'exists') !== false) - + {{ $group['msg'] }} @else - + {{ $group['msg'] }} @endif @@ -67,10 +67,10 @@ @else -
+
- -

+ +

Enter a regular expression to match multiple groups for bulk addition to the system.

@@ -91,13 +91,13 @@
-

+

A regular expression to match against group names. Separate multiple patterns with the pipe symbol (|). -
Example: alt.binaries.cd.image.linux|alt.binaries.warez.linux +
Example: alt.binaries.cd.image.linux|alt.binaries.warez.linux

@@ -112,7 +112,7 @@ value="1" class="w-4 h-4 text-blue-600 dark:text-blue-400 border-gray-300 dark:border-gray-600 focus:ring-blue-500" checked> - +
- +
-

+

Inactive groups will not have headers downloaded for them.

@@ -138,7 +138,7 @@ id="backfill_yes" value="1" class="w-4 h-4 text-blue-600 dark:text-blue-400 border-gray-300 dark:border-gray-600 focus:ring-blue-500"> - +
- +
-

+

Inactive groups will not have backfill headers downloaded for them.

@@ -159,17 +159,17 @@ -
+
- + Back to Groups @if(empty($groupmsglist)) - @else - + Add More Groups @endif