Changeset 238 for trunk/comparison.php
- Timestamp:
- Jul 3, 2009, 9:35:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/comparison.php
r127 r238 96 96 } 97 97 echo('</tr>'); 98 echo('<tr><th>Verze</th>'); 99 foreach($Line as $Index => $LineItem) 100 { 101 echo('<td>'); 102 echo (GetVersionWOW($LineItem['VersionStart']).' - '.GetVersionWOW($LineItem['VersionEnd'])); 103 echo('</td>'); 104 } 105 echo('</tr>'); 98 106 foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem) 99 107 {
Note:
See TracChangeset
for help on using the changeset viewer.