From fd2c5d128624aa150b457318129f9871e78473d4 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 16 Mar 2025 10:49:00 +1100 Subject: [PATCH] Add some attribute tags messages when we cant handle some attributes. --- resources/views/frames/dn.blade.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resources/views/frames/dn.blade.php b/resources/views/frames/dn.blade.php index c0c6949c..8a270f6e 100644 --- a/resources/views/frames/dn.blade.php +++ b/resources/views/frames/dn.blade.php @@ -38,6 +38,24 @@ + +
+
+ @if(($x=$o->getOtherTags())->count()) +
+ This entry has [{!! $x->flatten()->join(', ') !!}] tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those tags with an LDIF import. +
+ @elseif(($x=$o->getLangMultiTags())->count()) +
+ This entry has multi-language tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA. You can though manage those lang tags with an LDIF import. +
+ @elseif(($x=$o->getLangTags())->count()) +
+ This entry has language tags used by [{!! $x->keys()->join(', ') !!}] that cant be managed by PLA yet. You can though manage those lang tags with an LDIF import. +
+ @endif +
+
@endsection @section('main-content')