mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #4578 - Legacy forum template issue with missing thread subject element.
This commit is contained in:
@@ -442,7 +442,7 @@ class forum_post_handler
|
||||
$userbox = "<tr>
|
||||
<td class='forumheader2' style='width:20%'>".LAN_FORUM_3010."</td>
|
||||
<td class='forumheader2' style='width:80%'>
|
||||
<input class='tbox form-control' type='text' name='anonname' size='71' value='".vartrue($anonname)."' maxlength='20' style='width:95%' />
|
||||
{FORUM_POST_AUTHOR: size=block-level}
|
||||
</td>
|
||||
</tr>";
|
||||
}
|
||||
@@ -452,7 +452,7 @@ class forum_post_handler
|
||||
$subjectbox = "<tr>
|
||||
<td class='forumheader2' style='width:20%'>".LAN_FORUM_3011."</td>
|
||||
<td class='forumheader2' style='width:80%'>
|
||||
<input class='tbox form-control' type='text' name='subject' size='71' value='".vartrue($subject)."' maxlength='100' style='width:95%' />
|
||||
{FORUM_POST_SUBJECT: size=block-level}
|
||||
</td>
|
||||
</tr>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user