kb / app /Template /project_tag /make_global.php
Xv Zan
ULFS
e4f4821
raw
history blame
408 Bytes
<div class="page-header">
<h2><?= t('Change to global tag') ?></h2>
</div>
<div class="confirm">
<p class="alert alert-info">
<?= t('Do you really want to make the tag "%s" global?', $tag['name']) ?>
</p>
<?= $this->modal->confirmButtons(
'ProjectTagController',
'makeGlobalTag',
array('tag_id' => $tag['id'], 'project_id' => $project['id'])
) ?>
</div>