Changeset 411 for trunk/export/index.php
- Timestamp:
- Apr 1, 2010, 1:57:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r410 r411 571 571 global $Database, $System; 572 572 573 $Export = new Export($System); 573 if(array_key_exists('ExportId', $_GET)) 574 { 575 $Export = new Export($System); 574 576 $Export->Id = $_GET['ExportId']; 575 577 $Export->Init(); … … 623 625 echo('<tr><td><strong>Celkem</strong></td><td><strong>'.$Translated.'</strong></td><td><strong>'.$Total.'</strong></td><td><strong>'.ProgressBar(150, round($Translated / $Total * 100, 2)).'</strong></td></tr>'); 624 626 echo('</table>'); 627 } else echo('Nebylo zadáno Id'); 625 628 } 626 629
Note:
See TracChangeset
for help on using the changeset viewer.