Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

{{file::}}-Unterstützung bei Inhaltselemente-Templates im Backend fehlt #7428

Closed
bekanntmacher opened this issue Nov 10, 2014 · 1 comment
Closed
Labels
Milestone

Comments

@bekanntmacher
Copy link
Contributor

z.B. beim Element Download:

<?php $this->block('content'); ?>

  <img src="{{file::bd297d4a-43dd-11e4-9461-0025903c4e40}}" alt="" class="mime_icon">

  <a href="<?php echo $this->href; ?>" title="<?php echo $this->title; ?>"><?php echo $this->link; ?> <span class="size">(<?php echo $this->filesize; ?>)</span></a>

<?php $this->endblock(); ?>

ergibt im Backend:

<div class="ce_download block">
<img class="mime_icon" alt="" src="{{file::bd297d4a-43dd-11e4-9461-0025903c4e40}}">
<a title="" href="contao/main.php?do=article...
</div>

unschöne Fragezeichen...

schnappschuss 2014-11-10 09 35 06

@leofeyer
Copy link
Member

Behoben in 945ca70.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants