cf9cba40b6
A little detail: the "Add image" button was moved to a new table row, so it stands out more. Known bugs/errors: - When cropping an animated GIF inline (with a secondary JPG inline), although the images are correctly cropped, an empty error is displayed.
6 lines
286 B
PHP
Executable File
6 lines
286 B
PHP
Executable File
<?php $this->contentFor('subnavbar', function(){ ?>
|
|
<li><?= $this->linkTo($this->t('.list'), ['action' => "index"]) ?></li>
|
|
<?= $this->content('footer') ?>
|
|
<!-- <li><?= $this->linkTo($this->t('.help'), ['controller' => "help", 'action' => "inlines"]) ?></li> -->
|
|
<?php }) ?>
|