Sequenzia/app/views/tag_subscription/index.php
2014-01-12 10:09:26 -05:00

11 lines
393 B
PHP
Executable File

<?= $this->formTag("#update", function() { ?>
<h4><?= $this->t('sub_edit') ?></h4>
<div style="margin-bottom: 1em;">
<?=$this->t('sub_text') ?><?= CONFIG()->max_tag_subscriptions ?><?=$this->t('sub_text2') ?>
</div>
<table width="100%" class="highlightable">
<?= $this->partial("listing", ['tag_subscriptions' => $this->tag_subscriptions]) ?>
</table>
<?php }) ?>