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 @@
+ +
The following groups have been processed. You can now view them in the group list.
| Group | -Status | +Group | +Status |
|---|---|---|---|
|
-
- {{ $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
-
+
-
-
-
@@ -91,13 +91,13 @@
+ + Enter a regular expression to match multiple groups for bulk addition to the system. +
A regular expression to match against group names. Separate multiple patterns with the pipe symbol (|).
-
-
+
- + 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))
- |