Changeset 20310 for branches/version-2_5-dev/data/class/util/SC_Utils.php
- Timestamp:
- 2011/02/22 01:11:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/util/SC_Utils.php
r20203 r20310 161 161 function sfErrorHeader($mess, $print = false) { 162 162 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" >'; 165 164 $GLOBAL_ERR.= $mess; 166 165 $GLOBAL_ERR.= "</div>";
Note: See TracChangeset
for help on using the changeset viewer.
