Ignore:
Timestamp:
Dec 20, 2022, 11:51:30 PM (17 months ago)
Author:
chronos
Message:
  • Added: Show new meet menu for insertion of new advertisement on import source web.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Event/EventPage.php

    r63 r67  
    163163        '<tr><th>Cena</th><td>'.$Event['Price'].'</td></tr>'.
    164164        '<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>';
    167167      $Output .= '</table>';
    168168      if (Core::Cast($this->System)->IsAdmin()) {
     
    201201      $Title = $Event['Title'];
    202202      $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>';
    204204      $Time = MysqlDateTimeToTime($Event['TimeFrom']);
    205205      $TimeImport = MysqlDateTimeToTime($Event['TimeImport']);
Note: See TracChangeset for help on using the changeset viewer.