Changeset 719 for trunk/Modules/Download/Download.php
- Timestamp:
- Jan 5, 2014, 7:09:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Download/Download.php
r717 r719 87 87 $Output .= '<br /><br />'; 88 88 89 if (isset($this->System->Config['Web']['RecommendedExport'])) {90 89 $Output .= '<table class="BaseTable">'; 91 90 $Output .= '<tr><th>Stáhnout</th><th>Název</th><th>Datum vytvoření</th><th>Popis</th></tr>'; … … 116 115 } 117 116 $Output .= '</table>'; 118 119 } 117 120 118 121 119 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.