X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e91ef54cc9f8ce6b264bced8191275b6a33e594f..refs/pull/2169/head:/resources/views/settings/index.blade.php diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index ba2b92fe7..500db64e6 100644 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -7,16 +7,18 @@
@include('settings.navbar', ['selected' => 'settings'])
-
-
- BookStack @if(strpos($version, 'v') !== 0) version @endif {{ $version }} +
+ + BookStack @if(strpos($version, 'v') !== 0) version @endif {{ $version }} +
-

{{ trans('settings.app_features_security') }}

+

{{ trans('settings.app_features_security') }}

{!! csrf_field() !!} +
@@ -78,9 +80,10 @@
-

{{ trans('settings.app_customization') }}

+

{{ trans('settings.app_customization') }}

{!! csrf_field() !!} +
@@ -89,7 +92,7 @@

{{ trans('settings.app_name_desc') }}

-
+
@include('components.toggle-switch', [ 'name' => 'setting-app-name-header', @@ -104,7 +107,7 @@

{{ trans('settings.app_editor_desc') }}

-
+
+
+ -
- +
+ + | + +
+ +
+
+ + +
+
+ +

{!! trans('settings.content_colors_desc') !!}

+
+
+
+ @include('components.setting-entity-color-picker', ['type' => 'bookshelf']) + @include('components.setting-entity-color-picker', ['type' => 'book']) + @include('components.setting-entity-color-picker', ['type' => 'chapter']) +
+
+ @include('components.setting-entity-color-picker', ['type' => 'page']) + @include('components.setting-entity-color-picker', ['type' => 'page-draft']) +
@@ -147,7 +174,7 @@

{{ trans('settings.app_homepage_desc') }}

-
+
@@ -196,6 +224,10 @@ 'label' => trans('settings.reg_enable_toggle') ]) + @if(in_array(config('auth.method'), ['ldap', 'saml2', 'openid'])) +
{{ trans('settings.reg_enable_external_warning') }}
+ @endif +
@@ -245,4 +277,4 @@ @include('components.image-manager', ['imageType' => 'system']) @include('components.entity-selector-popup', ['entityTypes' => 'page']) -@stop \ No newline at end of file +@stop