Skip to content
Code-Schnipsel Gruppen Projekte
Commit 931f51fd erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

fix: Consider empty title (BoxContentAdvanced).

Übergeordneter 640260e0
No related branches found
No related tags found
1 Merge Request!9Dev
......@@ -1450,7 +1450,7 @@ M&ouml;chten Sie die Bausteine aus der Bausteinzone entfernen?</p>]]></de>
<en><![CDATA[Standard]]></en>
</locale>
<locale name="bricks.BoxContentAdvanced.template.boxWithShadow">
<de><![CDATA[Moderne Boxen mit Schatten)]]></de>
<de><![CDATA[Moderne Boxen mit Schatten]]></de>
<en><![CDATA[Modern boxes with shadow]]></en>
</locale>
<locale name="bricks.BoxContentAdvanced.centerText">
......
......@@ -26,7 +26,9 @@
{/if}
{/if}
{if $entry.entryTitle || $entry.entrySubTitle}
<header>
{if $entry.entryTitle}
<h4 class="quiqqer-boxContentAdvanced-entry-title" title="{$entry.entryTitle|escape:'html'}">
{if $entry.entryUrl}
<a href="{url site=$TargetSite rewrited=1}" title="{$TargetSite->getAttribute('title')}">
......@@ -38,6 +40,7 @@
</a>
{/if}
</h4>
{/if}
{if $entry.entrySubTitle}
<span class="quiqqer-boxContentAdvanced-entry-subTitle">
......@@ -45,6 +48,7 @@
</span>
{/if}
</header>
{/if}
{if $entry.entryContent}
<div class="quiqqer-boxContentAdvanced-entry-content">
......
......@@ -26,7 +26,9 @@
{/if}
{/if}
{if $entry.entryTitle || $entry.entrySubTitle}
<header>
{if $entry.entryTitle}
<h4 class="quiqqer-boxContentAdvanced-entry-title" title="{$entry.entryTitle|escape:'html'}">
{if $entry.entryUrl}
<a href="{url site=$TargetSite rewrited=1}" title="{$TargetSite->getAttribute('title')}">
......@@ -38,6 +40,7 @@
</a>
{/if}
</h4>
{/if}
{if $entry.entrySubTitle}
<span class="quiqqer-boxContentAdvanced-entry-subTitle">
......@@ -45,6 +48,7 @@
</span>
{/if}
</header>
{/if}
{if $entry.entryContent}
<div class="quiqqer-boxContentAdvanced-entry-content">
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren