mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
#236 - Usersettings signature area styling
This commit is contained in:
@@ -190,7 +190,7 @@ class usersettings_shortcodes extends e_shortcode
|
||||
{
|
||||
return;
|
||||
}
|
||||
parse_str($parm);
|
||||
//parse_str($parm);
|
||||
//$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>";
|
||||
|
@@ -80,11 +80,15 @@ $sc_style['LOGINNAME']['post'] = "</td></tr>\n";
|
||||
$sc_style['SIGNATURE']['pre'] = "<tr><td style='width:40%;vertical-align:top' class='forumheader3'>".LAN_USER_71.req($pref['signup_option_signature'])."</td>
|
||||
<td style='width:60%' class='forumheader2'>";
|
||||
|
||||
$sc_style['SIGNATURE']['post'] = "</td></tr>\n";
|
||||
|
||||
|
||||
|
||||
//$sc_style['SIGNATURE']['pre'] = "<tr><td style='width:40%;vertical-align:top' class='forumheader3'></td>
|
||||
// <td style='width:60%' class='forumheader2'>";
|
||||
|
||||
// $sc_style['SIGNATURE_HELP']['pre'] = "</td></tr>"; \
|
||||
$sc_style['SIGNATURE_HELP']['post'] = "</td></tr>";
|
||||
// $sc_style['SIGNATURE_HELP']['post'] = "</td></tr>";
|
||||
|
||||
|
||||
$USER_EXTENDED_CAT = "<tr><td colspan='2' class='forumheader'>{CATNAME}</td></tr>";
|
||||
@@ -165,10 +169,8 @@ $USERSETTINGS_EDIT = "
|
||||
|
||||
{USERCLASSES}
|
||||
{USEREXTENDED_ALL}
|
||||
|
||||
|
||||
{SIGNATURE=cols=58&rows=4}
|
||||
{SIGNATURE_HELP}
|
||||
{SIGNATURE}
|
||||
|
||||
<tr style='vertical-align:top'>
|
||||
<td colspan='2' style='text-align:center' class='forumheader'><input class='button btn' type='submit' name='updatesettings' value='".LAN_USET_37."' /></td>
|
||||
|
Reference in New Issue
Block a user