Changeset 329
- Timestamp:
- Feb 21, 2010, 2:23:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r318 r329 45 45 while($Export = mysql_fetch_assoc($DbResult)) 46 46 { 47 $Action = '<a href="?Action=View&ExportId='.$Export['Id'].'">Zobrazit</a> ';47 $Action = '<a href="?Action=View&ExportId='.$Export['Id'].'">Zobrazit</a> <a href="?Action=View&ExportId='.$Export['Id'].'&Tab=6">Exportovat</a>'; 48 48 if($Export['User'] == $_SESSION['UserID']) $Action .= ' <a href="?Action=Delete&ExportId='.$Export['Id'].'" onclick="return confirmAction(\'Opravdu smazat položku?\');">Smazat</a>'; 49 49 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.