Changeset 238 for trunk/comparison.php


Ignore:
Timestamp:
Jul 3, 2009, 9:35:30 AM (15 years ago)
Author:
maron
Message:

Možnost porovnávat všechny verze, zobrazení verze v porovnávání

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comparison.php

    r127 r238  
    9696  }
    9797  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>');
    98106  foreach($TranslationTree[$GroupId]['Items'] as $Index => $TextItem)
    99107  {         
Note: See TracChangeset for help on using the changeset viewer.