Changeset 569 for trunk/Modules/Export/Page.php
- Timestamp:
- Aug 21, 2013, 9:49:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r565 r569 16 16 } 17 17 18 if($User->Licence(LICENCE_USER)) 19 $Output .= '<br/><div style="text-align: center;"><a href="?Action=Create">Vytvořit nový export</a></div><br/>'; 20 18 21 $Filter = ''; 19 22 if(array_key_exists('Filter', $_GET)) … … 61 64 $PageList['Output']; 62 65 63 if($User->Licence(LICENCE_USER))64 $Output .= '<br/><div style="text-align: center;"><a href="?Action=Create">Vytvořit nový export</a></div>';65 66 return($Output); 66 67 }
Note:
See TracChangeset
for help on using the changeset viewer.