]> BookStack Code Mirror - bookstack/blobdiff - resources/views/form/entity-permissions-row.blade.php
System CLI: Updated to 126de5599c state
[bookstack] / resources / views / form / entity-permissions-row.blade.php
index 1cfb6ec981c356418e52ca1cf56f529d6e405474..a47027d795e42d592529979d495f674245f5f310 100644 (file)
@@ -16,7 +16,7 @@ $inheriting - Boolean if the current row should be marked as inheriting default
         </span>
         @if($role->id !== 0)
             <button type="button"
-                class="ml-auto flex-none text-small text-primary text-button hover-underline item-list-row-toggle-all hide-under-s"
+                class="ml-auto flex-none text-small text-link text-button hover-underline item-list-row-toggle-all hide-under-s"
                 refs="permissions-table@toggle-all"
                 ><strong>{{ trans('common.toggle_all') }}</strong></button>
         @endif
@@ -48,7 +48,7 @@ $inheriting - Boolean if the current row should be marked as inheriting default
             <div class="px-l">
                 @include('form.custom-checkbox', [
                     'name' =>  'permissions[' . $role->id . '][create]',
-                    'label' => trans('common.create'),
+                    'label' => trans('common.create') . ($entityType === 'bookshelf' ? ' *'  : ''),
                     'value' => 'true',
                     'checked' => $permission->create,
                     'disabled' => $inheriting