mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Button styling updated to Bootstrap 'btn'
This commit is contained in:
@@ -158,7 +158,7 @@ $textend = preg_replace("/\{(.*?)\}/e", '$\1', $CHAT_TABLE_END);
|
||||
$text = $textstart.$textstring.$textend;
|
||||
if(CB_MOD)
|
||||
{
|
||||
$text = "<form method='post' action='".e_SELF."'>".$text."<input type='submit' class='button' name='moderate' value='".CHATBOX_L13."' /></form>";
|
||||
$text = "<form method='post' action='".e_SELF."'>".$text."<input type='submit' class='btn button' name='moderate' value='".CHATBOX_L13."' /></form>";
|
||||
}
|
||||
if($message)
|
||||
{
|
||||
|
Reference in New Issue
Block a user