Changeset 67 for trunk/Modules/Event/EventPage.php
- Timestamp:
- Dec 20, 2022, 11:51:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Event/EventPage.php
r63 r67 163 163 '<tr><th>Cena</th><td>'.$Event['Price'].'</td></tr>'. 164 164 '<tr><th>Umístění</th><td>'.$Event['Location'].'</td></tr>'. 165 '<tr><th>Původní web</th><td>'.$Link.'</td></tr>'.166 '<tr><th>Zdroj importu</th><td><a href="'.$Event['SourceURL'].'">'.$Event['SourceName'].'</a></td></tr>';165 '<tr><th>Původní stránka</th><td>'.$Link.'</td></tr>'. 166 '<tr><th>Zdroj</th><td><a href="'.$Event['SourceURL'].'">'.$Event['SourceName'].'</a></td></tr>'; 167 167 $Output .= '</table>'; 168 168 if (Core::Cast($this->System)->IsAdmin()) { … … 201 201 $Title = $Event['Title']; 202 202 $Description = $Event['Description']."<br/>\n"; 203 $Description .= '<br/>Zdroj importu: <a href="'.$Event['SourceURL'].'">'.$Event['SourceName'].'</a>';203 $Description .= '<br/>Zdroj: <a href="'.$Event['SourceURL'].'">'.$Event['SourceName'].'</a>'; 204 204 $Time = MysqlDateTimeToTime($Event['TimeFrom']); 205 205 $TimeImport = MysqlDateTimeToTime($Event['TimeImport']);
Note:
See TracChangeset
for help on using the changeset viewer.