8 lines
235 B
PHP
Executable File
8 lines
235 B
PHP
Executable File
<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 }) ?>
|