summaryrefslogtreecommitdiff
path: root/app/Template/action/event.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/action/event.php')
-rw-r--r--app/Template/action/event.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/Template/action/event.php b/app/Template/action/event.php
deleted file mode 100644
index f4f12db3..00000000
--- a/app/Template/action/event.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<div class="page-header">
- <h2><?= t('Automatic actions for the project "%s"', $project['name']) ?></h2>
-</div>
-
-<h3><?= t('Choose an event') ?></h3>
-<form method="post" action="<?= $this->url->href('action', 'params', array('project_id' => $project['id'])) ?>">
-
- <?= $this->form->csrf() ?>
-
- <?= $this->form->hidden('project_id', $values) ?>
- <?= $this->form->hidden('action_name', $values) ?>
-
- <?= $this->form->label(t('Event'), 'event_name') ?>
- <?= $this->form->select('event_name', $events, $values) ?>
-
- <div class="form-help">
- <?= t('When the selected event occurs execute the corresponding action.') ?>
- </div>
-
- <div class="form-actions">
- <button type="submit" class="btn btn-blue"><?= t('Next step') ?></button>
- <?= t('or') ?>
- <?= $this->url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id'])) ?>
- </div>
-</form> \ No newline at end of file