plugins/Newsboy.php
changeset 3 8ae9acb2e919
parent 2 66b299fdb9ca
child 4 bf5589120afb
equal deleted inserted replaced
2:66b299fdb9ca 3:8ae9acb2e919
   380   {
   380   {
   381     echo '<div class="tblholder" style="margin: 10px auto 0 auto; display: table;">
   381     echo '<div class="tblholder" style="margin: 10px auto 0 auto; display: table;">
   382             <table border="0" cellspacing="1" cellpadding="4">
   382             <table border="0" cellspacing="1" cellpadding="4">
   383               <tr>
   383               <tr>
   384                 <th>Administrative tools:</th>
   384                 <th>Administrative tools:</th>
   385                 <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS('NewsBoy', 'Announce', '', true) . '#do:edit">Edit announcement &raquo;</a></td>
   385                 <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS($stuff[1], $stuff[0], '', true) . '#do:edit">Edit announcement &raquo;</a></td>
   386                 <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS('Special', 'Administration', 'module='.$paths->nslist['Admin'].'NewsboyItemManager', true) . '" onclick="newsboy_open_admin(); return false;">Portal Administration</a></td>
   386                 <td class="row3" style="text-align: center;"><a style="color: inherit;" href="' . makeUrlNS('Special', 'Administration', 'module='.$paths->nslist['Admin'].'NewsboyItemManager', true) . '" onclick="newsboy_open_admin(); return false;">Portal Administration</a></td>
   387               </tr>
   387               </tr>
   388             </table>
   388             </table>
   389           </div><br />';
   389           </div><br />';
   390   }
   390   }