1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

Chatbox emote-box styling

This commit is contained in:
Cameron
2013-04-27 12:15:26 -07:00
parent 02b74c8999
commit b2e6305458

View File

@@ -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";