Changeset 7593
- Timestamp:
- 02/24/08 00:12:57 (1 year 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
r7546 r7593 380 380 <div id="sub_main_'.$id.'" class="sfWebDebugCache" style="background-color: '.$bgColor.'; border-right: 1px solid #f00; border-bottom: 1px solid #f00;"> 381 381 <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> 382 <div style="padding: 2px; display: none" id=" '.$id.'">382 <div style="padding: 2px; display: none" id="sub_main_info_'.$id.'"> 383 383 [uri] '.htmlentities($internalUri, ENT_QUOTES, sfConfig::get('sf_charset')).'<br /> 384 384 [life time] '.$cache->getLifeTime($internalUri).' seconds<br />

