Changeset 250 for trunk/TranslationList.php
- Timestamp:
- Jul 15, 2009, 8:56:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TranslationList.php
r225 r250 222 222 if($Action == 'grouplist') 223 223 { 224 echo('<h3>Seznam překladových skupin </h3>');225 echo('<table class="BaseTable"><tr><th>Jméno</th><th>Zdroj pro import</th><th>Formáty exportu</th>< /tr>');224 echo('<h3>Seznam překladových skupin <a title="Záznam změn po importu" href="log.php?type=11">Změny v textech</a></h3>'); 225 echo('<table class="BaseTable"><tr><th>Jméno</th><th>Zdroj pro import</th><th>Formáty exportu</th><th>Datum porledního importu</th><th>Verze posledního importu</th></tr>'); 226 226 $Total = 0; 227 227 foreach($TranslationTree as $Group) … … 250 250 $Export .= ', Addon'; 251 251 } 252 echo('<tr><td><a href="?group='.$Group['Id'].'&action=filter">'.$Group['Name'].'</a></td><td>'.$Import.'</td><td>'.$Export.'</td>< /tr>');252 echo('<tr><td><a href="?group='.$Group['Id'].'&action=filter">'.$Group['Name'].'</a></td><td>'.$Import.'</td><td>'.$Export.'</td><td><a title="Změny po posledním importu u vybrané překladové skupiny" href="log.php?group='.$Group['Id'].'&type=11">'.$Group['LastImport'].'</a></td><td>'.GetVersionWOW($Group['LastVersion']).'</td></tr>'); 253 253 } 254 254 echo('</table>');
Note:
See TracChangeset
for help on using the changeset viewer.