mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Reduced cols in comment textarea to allow css to determine the size better.
This commit is contained in:
@@ -253,14 +253,14 @@ class comment_shortcodes extends e_shortcode
|
|||||||
'class' => 'tbox input comment-input',
|
'class' => 'tbox input comment-input',
|
||||||
'placeholder' => "Leave a message..." // TODO Lan
|
'placeholder' => "Leave a message..." // TODO Lan
|
||||||
);
|
);
|
||||||
|
|
||||||
if($parm == 'bbcode')
|
if($parm == 'bbcode')
|
||||||
{
|
{
|
||||||
return e107::getForm()->bbarea('comment',$this->var['comval'],'comment','comment-'.$this->var['itemid'],'large',$options);
|
return e107::getForm()->bbarea('comment',$this->var['comval'],'comment','comment-'.$this->var['itemid'],'large',$options);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return e107::getForm()->textarea('comment',$this->var['comval'], 3, 80,$options);
|
return e107::getForm()->textarea('comment',$this->var['comval'], 3, 50,$options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user