few template fixes for user registration

This commit is contained in:
coderkun 2014-04-09 00:08:56 +02:00
commit c9863c0554

View file

@ -1,10 +1,9 @@
<h1><?=_('Users')?></h1>
<h2><?=_('Registration')?></h2>
<?php if(!empty($validation)) : ?>
<?php if($validation !== true) : ?>
<ul>
<?php foreach($validation as $field => &$settings) : ?>
<?php if($settings !== true) : ?>
<li>
<ul>
<?php foreach($settings as $setting => $value) : ?>
@ -67,7 +66,6 @@
<?php endforeach ?>
</ul>
</li>
<?php endif ?>
<?php endforeach ?>
</ul>
<?php endif ?>