few template fixes for user registration
This commit is contained in:
parent
5217392d98
commit
c9863c0554
1 changed files with 1 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
<h1><?=_('Users')?></h1>
|
<h1><?=_('Users')?></h1>
|
||||||
|
|
||||||
<h2><?=_('Registration')?></h2>
|
<h2><?=_('Registration')?></h2>
|
||||||
<?php if(!empty($validation)) : ?>
|
<?php if($validation !== true) : ?>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach($validation as $field => &$settings) : ?>
|
<?php foreach($validation as $field => &$settings) : ?>
|
||||||
<?php if($settings !== true) : ?>
|
|
||||||
<li>
|
<li>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach($settings as $setting => $value) : ?>
|
<?php foreach($settings as $setting => $value) : ?>
|
||||||
|
|
@ -67,7 +66,6 @@
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<?php endif ?>
|
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue