update headline-tags

This commit is contained in:
coderkun 2014-03-22 14:51:26 +01:00
commit c985d4fa01
21 changed files with 47 additions and 50 deletions

View file

@ -1,5 +1,5 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=_('New seminary')?></h2>
<h2><?=_('Seminaries')?></h2>
<h3><?=_('New seminary')?></h3>
<form method="post" action="<?=$linker->link('create', 1)?>">
<fieldset>

View file

@ -1,5 +1,5 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=_('Delete seminary')?></h2>
<h2><?=_('Seminaries')?></h2>
<h3><?=_('Delete seminary')?></h3>
<?=sprintf(_('Should the seminary “%s” really be deleted?'), $seminary['title'])?>
<form method="post">

View file

@ -1,5 +1,5 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=_('Edit seminary')?></h2>
<h2><?=_('Seminaries')?></h2>
<h3><?=_('Edit seminary')?></h3>
<form method="post">
<fieldset>

View file

@ -1,4 +1,4 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=_('Seminaries')?></h2>
<nav>
<li><a href="<?=$linker->link('create', 1)?>"><?=_('Create new seminary')?></a></li>
</nav>