ModPlus and some layouting issues regarding fixes
This commit is contained in:
@@ -83,9 +83,9 @@ class ModPlusPlugin extends Plugin
|
||||
* @param NoticeListItem $item
|
||||
* @return boolean hook value
|
||||
*/
|
||||
function onStartShowNoticeItem(NoticeListItem $item)
|
||||
function onEndShowNoticeItemAuthor(Profile $profile, HTMLOutputter $out)
|
||||
{
|
||||
$this->showProfileOptions($item->out, $item->profile);
|
||||
$this->showProfileOptions($out, $profile);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
background: url(../../theme/base/images/icons/twotone/green/admin.gif) no-repeat 8px 8px white;
|
||||
border: solid 1px #c0c0c0;
|
||||
|
||||
margin-top: 56px;
|
||||
margin-top: 32px;
|
||||
|
||||
padding: 6px 16px;
|
||||
padding-left: 32px;
|
||||
|
Reference in New Issue
Block a user