Sequenzia/app/views/artist/destroy.php

8 lines
336 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<h4><?= $this->t('.title') ?></h4>
<p><?= $this->t(['.confirm', 'name' => $this->artist->name]) ?></p>
<?= $this->formTag([], ['level' => 'privileged'], function(){ ?>
2016-07-29 18:40:48 +02:00
<button type="submit" name="commit" value="Yes"><?= $this->t('buttons._yes') ?></button>
<button type="submit"><?= $this->t('buttons._no') ?></button>
2013-10-27 01:06:58 +02:00
<?php }) ?>