correctly set and use logged user

This commit is contained in:
coderkun 2014-04-07 23:10:15 +02:00
commit 17946fbcbf
207 changed files with 18910 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=_('Delete seminary')?></h2>
<?=sprintf(_('Should the seminary “%s” really be deleted?'), $seminary['title'])?>
<form method="post">
<input type="submit" name="delete" value="<?=_('delete')?>" />
<input type="submit" name="not-delete" value="<?=_('cancel')?>" />
</form>