add a meaningful title to HTML-pages (Issue #185)
This commit is contained in:
parent
9a1e3f9152
commit
dde0a50e04
22 changed files with 334 additions and 39 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<?php endif ?>
|
||||
|
||||
<?php if(count($submissions) > 0) : ?>
|
||||
<h2><?=_('Submissions')?></h2>
|
||||
<h2><?=_('Your submissions')?></h2>
|
||||
<ol class="admnql">
|
||||
<?php foreach($submissions as $index => &$submission) : ?>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue