Changeset 8091
- Timestamp:
- 03/26/08 07:28:41 (5 months ago)
- Files:
-
- branches/1.1/lib/debug/sfWebDebug.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/debug/sfWebDebug.class.php
r7980 r8091 382 382 <div id="main_'.$id.'" class="sfWebDebugActionCache" style="border: 1px solid #f00"> 383 383 <div id="sub_main_'.$id.'" class="sfWebDebugCache" style="background-color: '.$bgColor.'; border-right: 1px solid #f00; border-bottom: 1px solid #f00;"> 384 <div style="height: 16px; padding: 2px"><a href="#" onclick="sfWebDebugToggle(\' '.$id.'\'); return false;"><strong>cache information</strong></a> <a href="#" onclick="sfWebDebugToggle(\'sub_main_'.$id.'\'); document.getElementById(\'main_'.$id.'\').style.border = \'none\'; return false;">'.image_tag(sfConfig::get('sf_web_debug_web_dir').'/images/close.png').'</a> </div>384 <div style="height: 16px; padding: 2px"><a href="#" onclick="sfWebDebugToggle(\'sub_main_info_'.$id.'\'); return false;"><strong>cache information</strong></a> <a href="#" onclick="sfWebDebugToggle(\'sub_main_'.$id.'\'); document.getElementById(\'main_'.$id.'\').style.border = \'none\'; return false;">'.image_tag(sfConfig::get('sf_web_debug_web_dir').'/images/close.png').'</a> </div> 385 385 <div style="padding: 2px; display: none" id="sub_main_info_'.$id.'"> 386 386 [uri] '.htmlspecialchars($internalUri, ENT_QUOTES, sfConfig::get('sf_charset')).'<br />