Changeset 1068 for trunk/htdocs/coverager/coverager.tpl.php
- Timestamp:
- 07/28/2012 08:08:38 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/coverager/coverager.tpl.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/coverager/coverager.tpl.php
r1053 r1068 41 41 $l_tds = _("TODO"); 42 42 return <<<EOS 43 <div class="table-center"> 44 <table cellpadding="2" cellspacing="0" border="0" class="cycles center"> 43 <table cellpadding="2" cellspacing="0" border="0" class="cycles"> 45 44 <tr> 46 45 <th>{$l_dir}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th><th>{$l_tds}</th> … … 90 89 { 91 90 return <<<EOS 92 </table> 93 </div> 91 </table> 94 92 EOS; 95 93 } … … 104 102 $l_lns = _("Lines"); 105 103 return <<<EOS 106 <div class="center-table"> 107 <table cellpadding="2" cellspacing="0" border="0" class="cycles center"> 104 <table cellpadding="2" cellspacing="0" border="0" class="cycles"> 108 105 <tr> 109 106 <th>{$l_fil}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th> … … 148 145 { 149 146 return <<<EOS 150 </table> 151 </div> 147 </table> 152 148 EOS; 153 149 }

