mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 01:45:59 +00:00
fix edit form caption
This commit is contained in:
parent
92b8d92e2a
commit
0528642f90
@ -183,7 +183,7 @@ $listDirn = $this->escape($this->state->get('list.direction'));
|
||||
<figure class="item-image">
|
||||
<img src="<?php echo htmlspecialchars($img->url, ENT_COMPAT, 'UTF-8'); ?>"
|
||||
<?php echo $alt; ?> itemprop="thumbnail" />
|
||||
<?php if (!empty($images->image_first_caption)) : ?>
|
||||
<?php if (!empty($images->image_second_caption)) : ?>
|
||||
<figcaption class="caption"><?php echo htmlspecialchars($images->image_second_caption, ENT_COMPAT, 'UTF-8'); ?></figcaption>
|
||||
<?php endif; ?>
|
||||
</figure>
|
||||
|
@ -63,11 +63,13 @@ $params = $this->state->get('params');
|
||||
<?php echo $this->form->renderField('image_first_alt', 'images'); ?>
|
||||
<?php echo $this->form->renderField('image_first_alt_empty', 'images'); ?>
|
||||
<?php echo $this->form->renderField('float_first', 'images'); ?>
|
||||
<?php echo $this->form->renderField('image_first_caption', 'images'); ?>
|
||||
|
||||
<?php echo $this->form->renderField('image_second', 'images'); ?>
|
||||
<?php echo $this->form->renderField('image_second_alt', 'images'); ?>
|
||||
<?php echo $this->form->renderField('image_second_alt_empty', 'images'); ?>
|
||||
<?php echo $this->form->renderField('float_second', 'images'); ?>
|
||||
<?php echo $this->form->renderField('image_second_caption', 'images'); ?>
|
||||
|
||||
|
||||
<?php if ($captchaEnabled) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user