Sequenzia/app/views/dmail/confirm_mark_all_read.php

8 lines
235 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<h4><?= $this->t('.title') ?></h4>
<p><?= $this->t('.info') ?></p>
<?= $this->formTag("#mark_all_read", function(){ ?>
<?= $this->submitTag($this->t('buttons._yes')) ?>
<?= $this->submitTag($this->t('buttons._no')) ?>
<?php }) ?>