Changeset 329 for trunk/export/index.php


Ignore:
Timestamp:
Feb 21, 2010, 2:23:22 PM (14 years ago)
Author:
maron
Message:

Odkaz exportovat u exportů

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r318 r329  
    4545  while($Export = mysql_fetch_assoc($DbResult))
    4646  {
    47     $Action = '<a href="?Action=View&amp;ExportId='.$Export['Id'].'">Zobrazit</a>';
     47    $Action = '<a href="?Action=View&amp;ExportId='.$Export['Id'].'">Zobrazit</a> <a href="?Action=View&amp;ExportId='.$Export['Id'].'&amp;Tab=6">Exportovat</a>';
    4848    if($Export['User'] == $_SESSION['UserID']) $Action .= ' <a href="?Action=Delete&amp;ExportId='.$Export['Id'].'" onclick="return confirmAction(\'Opravdu smazat položku?\');">Smazat</a>';
    4949    echo('<tr><td>'.HumanDate($Export['TimeCreate']).'</td><td>'.$Export['UserName'].'</td><td>'.$Export['Title'].'</td><td>'.$Export['UsedCount'].'</td><td>'.$Export['UserCount'].'</td><td>'.$Export['GroupCount'].'</td><td>'.$Action.'</td></tr>');
Note: See TracChangeset for help on using the changeset viewer.