mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Chatbox emote-box styling
This commit is contained in:
@@ -235,7 +235,7 @@ else
|
|||||||
{
|
{
|
||||||
$texta = (e_QUERY ? "\n<form id='chatbox' method='post' action='".e_SELF."?".e_QUERY."'>" : "\n<form id='chatbox' method='post' action='".e_SELF."'>");
|
$texta = (e_QUERY ? "\n<form id='chatbox' method='post' action='".e_SELF."?".e_QUERY."'>" : "\n<form id='chatbox' method='post' action='".e_SELF."'>");
|
||||||
}
|
}
|
||||||
$texta .= "<div id='chatbox-input-block'>";
|
$texta .= "<div class='control-group' id='chatbox-input-block'>";
|
||||||
|
|
||||||
if(($pref['anon_post'] == "1" && USER == FALSE))
|
if(($pref['anon_post'] == "1" && USER == FALSE))
|
||||||
{
|
{
|
||||||
@@ -263,8 +263,7 @@ else
|
|||||||
{
|
{
|
||||||
$texta .= "
|
$texta .= "
|
||||||
<input class='btn button' type='button' style='cursor:pointer' size='30' value='".CHATBOX_L14."' onclick=\"expandit('emote')\" />
|
<input class='btn button' type='button' style='cursor:pointer' size='30' value='".CHATBOX_L14."' onclick=\"expandit('emote')\" />
|
||||||
<div style='display:none' id='emote'>".r_emote()."
|
<div class='well' style='display:none' id='emote'>".r_emote()."</div>\n";
|
||||||
</div>\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$texta .="</div>\n</form>\n";
|
$texta .="</div>\n</form>\n";
|
||||||
|
Reference in New Issue
Block a user