X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1b8a1644123e00ae9b8785886c63f20e1ee134da..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 510e3af1b..4f29968bb 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() !!} +
@@ -72,15 +74,16 @@
- +
-

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

+

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

{!! csrf_field() !!} +
@@ -129,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']) +
@@ -161,6 +188,21 @@ +
+ +

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

+
+
+ + +
+
+ + +
+
+
+
@@ -173,15 +215,16 @@
- +
-

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

+

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

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