This commit is contained in:
Renzo 2016-07-29 11:40:48 -05:00
parent 898fed861e
commit 64da0446d5

View File

@ -2,6 +2,6 @@
<p><?= $this->t(['.confirm', 'name' => $this->artist->name]) ?></p>
<?= $this->formTag([], ['level' => 'privileged'], function(){ ?>
<?= $this->submitTag($this->t('buttons._yes')) ?>
<?= $this->submitTag($this->t('buttons._no')) ?>
<button type="submit" name="commit" value="Yes"><?= $this->t('buttons._yes') ?></button>
<button type="submit"><?= $this->t('buttons._no') ?></button>
<?php }) ?>