9 lines
326 B
Smarty
9 lines
326 B
Smarty
<?=$moodpic?>
|
|
<?=$questgroupshierarchypath?>
|
|
|
|
<h1><?=_('Delete Quest')?></h1>
|
|
<?=sprintf(_('Should the Quest “%s” really be deleted?'), $quest['title'])?>
|
|
<form method="post">
|
|
<input type="submit" name="delete" value="<?=_('delete')?>" />
|
|
<input type="submit" name="not-delete" value="<?=_('cancel')?>" />
|
|
</form>
|