Add inline popoup for category section

This commit is contained in:
Frederic Guillot
2016-02-05 17:22:13 -05:00
parent 62fcb7544f
commit fe9d04c3b9
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
<div class="form-actions">
<?= $this->url->link(t('Yes'), 'category', 'remove', array('project_id' => $project['id'], 'category_id' => $category['id']), true, 'btn btn-red') ?>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'category', 'index', array('project_id' => $project['id'])) ?>
<?= $this->url->link(t('cancel'), 'category', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
</div>
</div>
</section>