Clicking on cancel inside a popover doesn't reload the page

This commit is contained in:
Frederic Guillot
2015-01-30 22:06:10 -05:00
parent 5efb06f6f3
commit 746e1a4e3d
6 changed files with 19 additions and 14 deletions

View File

@@ -74,7 +74,7 @@
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
<?= t('or') ?> <?= $this->a(t('cancel'), 'board', 'show', array('project_id' => $values['project_id'])) ?>
<?= t('or') ?> <?= $this->a(t('cancel'), 'board', 'show', array('project_id' => $values['project_id']), false, 'close-popover') ?>
</div>
</form>
</section>