mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Minor cosmetic change
I think the btn-sm was forgotten
This commit is contained in:
@@ -218,7 +218,7 @@ else
|
||||
if(!empty($pref['cb_emote']) && !empty($pref['smiley_activate']))
|
||||
{
|
||||
$texta .= "
|
||||
<input class='btn btn-default btn-secondary button' type='button' style='cursor:pointer' size='30' value='" . CHATBOX_L14 . "' onclick=\"expandit('emote')\" />
|
||||
<input class='btn btn-sm btn-default btn-secondary button' type='button' style='cursor:pointer' size='30' value='" . CHATBOX_L14 . "' onclick=\"expandit('emote')\" />
|
||||
<div class='well' style='display:none' id='emote'>" . r_emote() . "</div>\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user