Changeset 1086 for trunk/htdocs/coverager/coverager.tpl.php
- Timestamp:
- 2012-07-30T09:01:36+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/coverager/coverager.tpl.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/coverager/coverager.tpl.php
r1068 r1086 35 35 global $cycle; 36 36 $cycle = new Cycle('class="col1"', 'class="col2"'); 37 $l_dir = _ ("Directory");38 $l_per = _ ("Percent");39 $l_hit = _ ("Hits");40 $l_lns = _ ("Lines");41 $l_tds = _ ("TODO");37 $l_dir = _T("Directory"); 38 $l_per = _T("Percent"); 39 $l_hit = _T("Hits"); 40 $l_lns = _T("Lines"); 41 $l_tds = _T("TODO"); 42 42 return <<<EOS 43 43 <table cellpadding="2" cellspacing="0" border="0" class="cycles"> … … 97 97 global $cycle; 98 98 $cycle = new Cycle('class="col1"', 'class="col2"'); 99 $l_fil = _ ("File");100 $l_per = _ ("Percent");101 $l_hit = _ ("Hits");102 $l_lns = _ ("Lines");99 $l_fil = _T("File"); 100 $l_per = _T("Percent"); 101 $l_hit = _T("Hits"); 102 $l_lns = _T("Lines"); 103 103 return <<<EOS 104 104 <table cellpadding="2" cellspacing="0" border="0" class="cycles"> … … 149 149 } 150 150 151 $l_root = _ ("root");151 $l_root = _T("root"); 152 152 if ($action == 'dir') { 153 153 if (function_exists('ob_filter_path_nicer')) {
Note: See TracChangeset
for help on using the changeset viewer.

