diff --git a/resources/views/components/attribute/template/select.blade.php b/resources/views/components/attribute/template/select.blade.php
index efbaffec..fd92fbf1 100644
--- a/resources/views/components/attribute/template/select.blade.php
+++ b/resources/views/components/attribute/template/select.blade.php
@@ -12,7 +12,7 @@
:options="$template->attributeOptions($o->name_lc)"
allowclear="true"
:disabled="! $new"
- :readonly="FALSE"/>
+ :readonly="false"/>
@if($e=$errors->get($o->name_lc.'.'.$langtag.'.'.$loop->index))
diff --git a/resources/views/fragment/template/dn.blade.php b/resources/views/fragment/template/dn.blade.php
index 7fe9100d..6492a3c1 100644
--- a/resources/views/fragment/template/dn.blade.php
+++ b/resources/views/fragment/template/dn.blade.php
@@ -9,7 +9,7 @@
@php($up=(session()->get('updated') ?: collect()))
@foreach($o->getVisibleAttributes()->filter(fn($item)=>$template->attributes->keys()->map('strtolower')->contains($item->name_lc)) as $ao)
-
+
@endforeach
diff --git a/resources/views/frames/create.blade.php b/resources/views/frames/create.blade.php
index 95289080..35b1db34 100644
--- a/resources/views/frames/create.blade.php
+++ b/resources/views/frames/create.blade.php
@@ -40,7 +40,7 @@
->filter(fn($item)=>$item->isStructural())
->sortBy(fn($item)=>$item->name_lc)
->map(fn($item)=>['id'=>$item->name,'value'=>$item->name])"
- :allowclear="TRUE"
+ :allowclear="true"
/>
@@ -55,7 +55,7 @@
:label="__('Select a Template').'...'"
:options="$o->templates
->map(fn($item,$key)=>['id'=>$key,'value'=>$item->title])"
- :allowclear="TRUE"
+ :allowclear="true"
/>
@endif
@@ -64,10 +64,10 @@
@case(2)
@php($up=(session()->pull('updated') ?: collect()))
@foreach($o->getVisibleAttributes() as $ao)
-
+
@endforeach
@include('fragment.dn.add_attr')
@@ -124,7 +124,7 @@
@foreach($o->getInternalAttributes() as $ao)
-
+
@endforeach
diff --git a/resources/views/frames/info.blade.php b/resources/views/frames/info.blade.php
index f53e95ba..18ed737d 100644
--- a/resources/views/frames/info.blade.php
+++ b/resources/views/frames/info.blade.php
@@ -21,7 +21,11 @@
: $attribute !!}