Ignore:
Timestamp:
Jan 9, 2016, 11:53:58 PM (8 years ago)
Author:
chronos
Message:
  • Modified: New news item can be added directly from news list. No need to have link from admin section.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/ShoutBox/ShoutBox.php

    r838 r839  
    7070    $PageList = GetPageList($DbRow[0]);
    7171
    72     $Output .= '<h3>'.T('Shoutbox').'</h3>'.$PageList['Output'];
     72    $Output .= '<h3>'.T('Shoutbox').'</h3>';
    7373    if($this->System->User->Licence(LICENCE_USER))
    7474      $Output .= ' <a href="'.$this->System->Link('/shoutbox/?a=add').'">'.T('Add').'</a>';
     75    $Output .= $PageList['Output'];
    7576    $Output .= '<div class="shoutbox">';
    7677    $DbResult = $this->System->Database->query('SELECT * FROM `ShoutBox`  WHERE 1'.$SearchQuery.' ORDER BY `ID` DESC '.$PageList['SQLLimit']);
Note: See TracChangeset for help on using the changeset viewer.