set styling for validation error lists
This commit is contained in:
parent
f40aea63ca
commit
625ba60f13
28 changed files with 58 additions and 57 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<fieldset>
|
||||
<legend><?=$type['type']?></legend>
|
||||
<?php if(array_key_exists($type['url'], $validations)) : ?>
|
||||
<ul>
|
||||
<ul class="validation">
|
||||
<?php foreach($validations[$type['url']] as $textId => &$validation) : ?>
|
||||
<?php if($validation !== true) : ?>
|
||||
<?php foreach($validation as $field => &$settings) : ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue