Import automatic actions from another project

This commit is contained in:
Frederic Guillot
2016-03-05 13:39:55 -05:00
parent 9983e1422b
commit 1e169ae16c
5 changed files with 68 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
<div class="page-header">
<h2><?= t('Automatic actions for the project "%s"', $project['name']) ?></h2>
<ul>
<li>
<i class="fa fa-plus fa-fw"></i>
<?= $this->url->link(t('Import from another project'), 'ActionProject', 'project', array('project_id' => $project['id']), false, 'popover') ?>
</li>
</ul>
</div>
<?php if (! empty($actions)): ?>