Skip to content
Code-Schnipsel Gruppen Projekte
Commit debd2a70 erstellt von Dominik Chrzanowski's avatar Dominik Chrzanowski
Dateien durchsuchen

refactor: Code refactor [Timeline] ckeditor4#31

Übergeordneter 47a88bcd
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -6,7 +6,7 @@
{/if}
{if $this->getAttribute('content') != ""}
<div class="control-content">
<div class="control-content default-content">
{$this->getAttribute('content')}
</div>
{/if}
......@@ -72,15 +72,18 @@
{/if}
</header>
<p>
{$Child->getAttribute('short')|nl2br}
{if $showLinks}
<a itemprop="url" href="{url site=$Child}"
class="timeline-entry-desc-link">
{locale group="quiqqer/timeline" value="timeline.more"}
</a>
{/if}
</p>
<div class="default-content">
<p>
{$Child->getAttribute('short')|nl2br}
{if $showLinks}
<a itemprop="url" href="{url site=$Child}"
class="timeline-entry-desc-link">
{locale group="quiqqer/timeline" value="timeline.more"}
</a>
{/if}
</p>
</div>
</div>
</article>
......
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