X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a2370f7c9d2051055c40f061db438500b640d072..refs/pull/1973/head:/resources/views/settings/index.blade.php diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index a52774186..4f29968bb 100644 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -15,9 +15,10 @@
-

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

+

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

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

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

+

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

{!! csrf_field() !!} +
@@ -130,16 +132,40 @@
+

{!! trans('settings.app_primary_color_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']) +
@@ -162,6 +188,21 @@
+
+ +

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

+
+
+ + +
+
+ + +
+
+
+
@@ -180,9 +221,10 @@
-

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

+

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

{!! csrf_field() !!} +
@@ -197,6 +239,10 @@ 'label' => trans('settings.reg_enable_toggle') ]) + @if(in_array(config('auth.method'), ['ldap', 'saml2'])) +
{{ trans('settings.reg_enable_external_warning') }}
+ @endif +