xpbar size fix

This commit is contained in:
Daniel 2014-03-22 23:19:29 +01:00
commit 309a60de22
193 changed files with 16360 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<h2><?=_('Seminaries')?></h2>
<h3><?=_('Delete seminary')?></h3>
<?=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>