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 @@ ...@@ -6,7 +6,7 @@
{/if} {/if}
{if $this->getAttribute('content') != ""} {if $this->getAttribute('content') != ""}
<div class="control-content"> <div class="control-content default-content">
{$this->getAttribute('content')} {$this->getAttribute('content')}
</div> </div>
{/if} {/if}
...@@ -72,15 +72,18 @@ ...@@ -72,15 +72,18 @@
{/if} {/if}
</header> </header>
<p> <div class="default-content">
{$Child->getAttribute('short')|nl2br} <p>
{if $showLinks} {$Child->getAttribute('short')|nl2br}
<a itemprop="url" href="{url site=$Child}" {if $showLinks}
class="timeline-entry-desc-link"> <a itemprop="url" href="{url site=$Child}"
{locale group="quiqqer/timeline" value="timeline.more"} class="timeline-entry-desc-link">
</a> {locale group="quiqqer/timeline" value="timeline.more"}
{/if} </a>
</p> {/if}
</p>
</div>
</div> </div>
</article> </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