set styling for validation error lists

This commit is contained in:
oliver 2015-04-19 12:15:21 +02:00
commit 625ba60f13
28 changed files with 58 additions and 57 deletions

View file

@ -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) : ?>