Ignore:
Timestamp:
2011/02/22 01:11:55 (15 years ago)
Author:
miningbrownie
Message:

バリデーション祭り〜

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/util/SC_Utils.php

    r20203 r20310  
    161161    function sfErrorHeader($mess, $print = false) { 
    162162        global $GLOBAL_ERR; 
    163         $GLOBAL_ERR.="<div style='color: #F00; font-weight: bold; font-size: 12px;" 
    164             . "background-color: #FEB; text-align: center; padding: 5px;'>"; 
     163        $GLOBAL_ERR.='<div id="errorHeader" >'; 
    165164        $GLOBAL_ERR.= $mess; 
    166165        $GLOBAL_ERR.= "</div>"; 
Note: See TracChangeset for help on using the changeset viewer.