Changeset 440 for trunk/export/index.php


Ignore:
Timestamp:
Apr 10, 2010, 10:50:05 PM (14 years ago)
Author:
maron
Message:

Oprava odkazu exportu a smazání odkazu na češtinu pro clienta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r436 r440  
    4747  while($Export = mysql_fetch_assoc($DbResult))
    4848  {
    49     $Action = '<a href="?Action=View&amp;ExportId='.$Export['Id'].'&amp;Tab=0">Zobrazit</a> <a href="?Action=View&amp;ExportId='.$Export['Id'].'&amp;Tab=6">Exportovat</a>';
     49    $Action = '<a href="?Action=View&amp;ExportId='.$Export['Id'].'&amp;Tab=0">Zobrazit</a> <a href="?Action=View&amp;ExportId='.$Export['Id'].'&amp;Tab=7">Exportovat</a>';
    5050    if($Export['User'] == $User->Id) $Action .= ' <a href="?Action=Delete&amp;ExportId='.$Export['Id'].'" onclick="return confirmAction(\'Opravdu smazat položku?\');">Smazat</a>';
    5151    echo('<tr><td>'.HumanDate($Export['TimeCreate']).'</td><td>'.$Export['UserName'].'</td><td>'.$Export['Title'].'</td><td>'.$Export['OutputType'].'</td><td>'.$Export['ClientVersion'].'</td><td>'.$Export['UsedCount'].'</td><td>'.$Action.'</td></tr>');
Note: See TracChangeset for help on using the changeset viewer.