Changeset 385 for trunk/import/index.php
- Timestamp:
- Mar 14, 2010, 5:24:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/import/index.php
r383 r385 69 69 array('Name' => 'SourceType', 'Title' => 'Typ zdroje'), 70 70 array('Name' => 'SourceName', 'Title' => 'Jméno zdroje'), 71 array('Name' => 'LastImport', 'Title' => 'Datum'), 72 array('Name' => 'LastVersion', 'Title' => 'Verze'), 71 73 array('Name' => '', 'Title' => 'Akce'), 72 74 ); … … 78 80 while($Group = mysql_fetch_assoc($ID)) 79 81 { 80 echo('<tr><td>'.$Group['Name'].'</td><td>'.$Group['SourceType'].'</td><td>'.$Group['SourceName'].'</td><td><a href="?action=importgroup&id='.$Group['Id'].'">Imporotovat</a></td></tr>');82 echo('<tr><td>'.$Group['Name'].'</td><td>'.$Group['SourceType'].'</td><td>'.$Group['SourceName'].'</td><td><a title="Změny po posledním importu u vybrané překladové skupiny" href="log.php?group='.$Group['Id'].'&type=11">'.HumanDate($Group['LastImport']).'</a></td><td>'.GetVersionWOW($Group['LastVersion']).'</td><td><a href="?action=importgroup&id='.$Group['Id'].'">Importovat</a></td></tr>'); 81 83 } 82 84 echo('</table>');
Note:
See TracChangeset
for help on using the changeset viewer.