mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
Merge pull request #4709 from Jimmi08/patch-32
Fixes #3908 - Template option for signature bbcodes
This commit is contained in:
commit
632e434711
@ -306,7 +306,7 @@ class usersettings_shortcodes extends e_shortcode
|
||||
//$cols = (isset($cols) ? $cols : 58);
|
||||
//$rows = (isset($rows) ? $rows : 4);
|
||||
//return "<textarea class='tbox signature' name='signature' cols='{$cols}' rows='{$rows}' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'>".$this->var['user_signature']."</textarea>";
|
||||
return e107::getForm()->bbarea('signature', $this->var['user_signature'], '', '', 'small');
|
||||
return e107::getForm()->bbarea('signature', $this->var['user_signature'], 'signature', '', 'small');
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user