mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fixed empty row on Forum > Moderators
This commit is contained in:
@@ -942,7 +942,7 @@ class forumAdmin
|
|||||||
$subList = $for->forumGetSubs('bysub');
|
$subList = $for->forumGetSubs('bysub');
|
||||||
$frm = e107::getForm();
|
$frm = e107::getForm();
|
||||||
|
|
||||||
$txt = "<form method='post' action='".e_SELF."?".e_QUERY."'><table style='width:100%' class='table adminlist'><tr><td> </td>";
|
$txt = "<form method='post' action='".e_SELF."?".e_QUERY."'><table style='".ADMIN_WIDTH."' class='table adminlist'>";
|
||||||
|
|
||||||
foreach($parentList as $p)
|
foreach($parentList as $p)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user