Add predefined templates for task descriptions

This commit is contained in:
Frederic Guillot
2017-11-02 15:41:58 -07:00
parent 44ae87ac0e
commit 648dc6bcfb
49 changed files with 655 additions and 17 deletions

View File

@@ -0,0 +1,15 @@
<div class="page-header">
<h2><?= t('Predefined Task Description') ?></h2>
</div>
<div class="confirm">
<p class="alert alert-info">
<?= t('Do you really want to remove this template? "%s"', $template['title']) ?>
</p>
<?= $this->modal->confirmButtons(
'PredefinedTaskDescriptionController',
'remove',
array('project_id' => $project['id'], 'id' => $template['id'])
) ?>
</div>