1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Forum post template consistency (breadcrumb)

This commit is contained in:
Moc
2014-06-24 18:04:31 +02:00
parent 5be355a832
commit 622b6e8fb5

View File

@@ -224,14 +224,13 @@ $THREADTOPIC_REPLY = "
// New in v2.x - requires a bootstrap theme be loaded.
$FORUMPOST_TEMPLATE['form'] = "
<div style='text-align:center'>
<div class='spacer'>
{FORMSTART}
<div class='row-fluid'>
<div>{BACKLINK}</div>
</div>
<table class='table'>
<tr>
<td colspan='2'>{BACKLINK}
</td>
</tr>
{USERBOX}
{SUBJECTBOX}
<tr>
@@ -239,18 +238,19 @@ $FORUMPOST_TEMPLATE['form'] = "
<td style='width:80%'>
{POSTBOX}
{EMAILNOTIFY}
</td></tr>
</td>
</tr>
<td style='width:20%'>Post Options</td>
<td style='width:80%'>
{POSTOPTIONS}
</td></tr></table>
<td style='width:80%'>{POSTOPTIONS}</td>
</tr>
</table>
<div class='text-center'>
{BUTTONS}
</div>
{FORMEND}
";
</div></div>
";
$FORUMPOST_TEMPLATE['reply'] = "";