Ignore:
Timestamp:
Jun 13, 2006 2:49:14 AM (18 years ago)
Author:
scdev
Message:

${1}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r162 r166  
    120120        $app =& App::getInstance();
    121121        if ($this->anyErrors()) {
    122             ?><div class="sc-msg"><?php
     122            ?><div class="sc-msg" id="sc-msg-formvalidator"><?php
    123123            $errors = $this->getErrorList();
    124124            foreach ($errors as $e) {
Note: See TracChangeset for help on using the changeset viewer.