More modal iframe dialog handling improvements

This commit is contained in:
Bernd Bestel
2025-01-10 20:58:30 +01:00
parent a373f8ae4b
commit 5721c4bd62
6 changed files with 10 additions and 46 deletions

View File

@@ -10,8 +10,8 @@
<div class="row">
<div class="col">
<div class="title-related-links">
<h2 class="title">@yield('title')</h2>
<h2>
<h2 class="title">
@yield('title')<br>
@if($product != null)
<span class="text-muted small">{{ $__t('Override for product') }} <strong>{{ $product->name }}</strong></span>
@else