From cc4ef146061038234b6650bf64ae38c7264cb313 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Tue, 30 Nov 2021 12:47:00 +0000 Subject: [PATCH] Fixed alpine script blocks. --- resources/views/roles/create.blade.php | 619 +++++++++--------- resources/views/roles/edit.blade.php | 686 ++++++++++---------- resources/views/teams/create.blade.php | 618 +++++++++--------- resources/views/teams/edit.blade.php | 844 ++++++++++++------------- 4 files changed, 1383 insertions(+), 1384 deletions(-) diff --git a/resources/views/roles/create.blade.php b/resources/views/roles/create.blade.php index 7e8431d..077cbda 100644 --- a/resources/views/roles/create.blade.php +++ b/resources/views/roles/create.blade.php @@ -1,373 +1,372 @@ @extends (config("genealabs-laravel-governor.layout-view")) @section ("content") -
- +
+
+ -
-
-

- Create a new Role -

+
+
+

+ Create a new Role +

+
-
- - @errors() + + @errors() - -
-
-
-

Details

-

- Provide name and general description of the - purpose of this specific role, and what makes it - unique. -

+ -
-
-
-
-
- +
+
+
+

Details

+

+ Provide name and general description of the + purpose of this specific role, and what makes it + unique. +

+
+
+
+
+
+
+
+ +
-
-
-
- +
+
+ +
-
- -@endsection + +
-@push ("js") - -@endpush + this.entities.forEach(function (entity) { + document.querySelector("[name='permissions[" + group + "][" + self.urlEncode(entity) + "][" + type + "]']").value = ability; + }); + }, + }; + } + +
+@endsection diff --git a/resources/views/teams/create.blade.php b/resources/views/teams/create.blade.php index 1847703..f0e9b86 100644 --- a/resources/views/teams/create.blade.php +++ b/resources/views/teams/create.blade.php @@ -1,373 +1,373 @@ @extends (config("genealabs-laravel-governor.layout-view")) @section ("content") -
- +
+
+ -
-
-

- Create a new Team -

+
+
+

+ Create a new Team +

+
-
- - @errors() + + @errors() - -
-
-
-

Details

-

- Provide name and general description of the - purpose of this specific role, and what makes it - unique. -

+ -
-
-
-
-
- +
+
+
+

Details

+

+ Provide name and general description of the + purpose of this specific role, and what makes it + unique. +

+
+
+
+
+
+
+
+ +
-
-
-
- +
+
+ +
-
- -@push ("js") - -@endpush + this.entities.forEach(function (entity) { + document.querySelector("[name='permissions[" + group + "][" + self.urlEncode(entity) + "][" + type + "]']").value = ability; + }); + }, + }; + } + +
+@endsection diff --git a/resources/views/teams/edit.blade.php b/resources/views/teams/edit.blade.php index bdcfc9e..7f69d09 100644 --- a/resources/views/teams/edit.blade.php +++ b/resources/views/teams/edit.blade.php @@ -1,193 +1,195 @@ @extends (config("genealabs-laravel-governor.layout-view")) @section ("content") -
- +
+
+ -
-
-

- {{ $team->name }} -

-
-
- - - +
+
+

+ {{ $team->name }} +

+
+
+ + + +
-
- - @errors() + + @errors() - -
-
-
-

Details

-

- Provide name and general description of the - purpose of this specific role, and what makes it - unique. -

+ -
-
-
-
-
- +
+
+
+

Details

+

+ Provide name and general description of the + purpose of this specific role, and what makes it + unique. +

+
+
+
+
+
+
+
+ +
-
-
-
- +
+
+ +
-
-