continue tag drafting

This commit is contained in:
Dennis Eichhorn 2020-07-29 23:54:27 +02:00
parent f0a7831d53
commit 1a71f5384b

View File

@ -54,6 +54,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12 col-md-4">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Tags', 'Tag'); ?></div>
<div class="portlet-body">
<?= $this->getData('tagSelector')->render('iTag', 'tag', 'fEditor', false); ?>
</div>