mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Forum template minor styling fixes.
This commit is contained in:
@@ -104,7 +104,7 @@ if(is_array($fileList))
|
||||
}
|
||||
else
|
||||
{
|
||||
$txt .= "<td class='forumheader3'>".FRMUP_8." <input class='button' type='submit' name='delete[{$finfo['fname']}]' value='".FRMUP_10."' /></td>";
|
||||
$txt .= "<td class='forumheader3'>".FRMUP_8." <input class='btn button' type='submit' name='delete[{$finfo['fname']}]' value='".FRMUP_10."' /></td>";
|
||||
}
|
||||
$txt .= "</tr>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user