Changeset 571 for trunk/Modules/Export/Page.php
- Timestamp:
- Aug 26, 2013, 9:49:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r570 r571 51 51 while($Export = $DbResult->fetch_assoc()) 52 52 { 53 $Action = '<a href="?Action=View&ExportId='.$Export['Id'].'&Tab=0">Zobrazit</a> <a href="?Action=View&ExportId='.$Export['Id'].'&Tab=7">Exportovat</a>'; 53 $Action = '<a href="?Action=View&ExportId='.$Export['Id'].'&Tab=0">Zobrazit</a> '. 54 '<a href="?Action=View&ExportId='.$Export['Id'].'&Tab=7">Exportovat</a>'; 54 55 if($Export['User'] == $User->Id) $Action .= ' <a href="?Action=Delete&ExportId='.$Export['Id'].'" onclick="return confirmAction(\'Opravdu smazat položku?\');">Smazat</a>'; 55 56 $Output .= '<tr><td>'.HumanDate($Export['TimeCreate']).'</td>'.
Note:
See TracChangeset
for help on using the changeset viewer.