mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Tweaked Private-Message template with bootstrap classes
This commit is contained in:
@@ -95,18 +95,21 @@ $PM_SEND_PM = "<div style='text-align: center'>
|
|||||||
";
|
";
|
||||||
|
|
||||||
$PM_INBOX_HEADER = "
|
$PM_INBOX_HEADER = "
|
||||||
<table class='table table-striped fborder>
|
<table class='table table-striped fborder'>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='fcaption' style='width:1%'> </td>
|
<th class='fcaption' style='width:1%'> </th>
|
||||||
<td class='fcaption' style='width:1%'> </td>
|
<th class='fcaption' style='width:1%'> </th>
|
||||||
<td class='fcaption' style='width:38%'>".LAN_PM_5."</td>
|
<th class='fcaption' style='width:38%'>".LAN_PM_5."</th>
|
||||||
<td class='fcaption' style='width:22%'>".LAN_PM_31."</td>
|
<th class='fcaption' style='width:22%'>".LAN_PM_31."</th>
|
||||||
<td class='fcaption' style='width:30%'>".LAN_PM_32."</td>
|
<th class='fcaption' style='width:30%'>".LAN_PM_32."</th>
|
||||||
<td class='fcaption' style='width:8%'> </td>
|
<th class='fcaption' style='width:8%'> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
";
|
";
|
||||||
|
|
||||||
$PM_INBOX_TABLE = "
|
$PM_INBOX_TABLE = "
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='forumheader3'>{PM_SELECT}</td>
|
<td class='forumheader3'>{PM_SELECT}</td>
|
||||||
<td class='forumheader3'>{PM_READ_ICON}</td>
|
<td class='forumheader3'>{PM_READ_ICON}</td>
|
||||||
@@ -131,6 +134,7 @@ $PM_INBOX_FOOTER = "
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{PM_NEXTPREV=inbox}
|
{PM_NEXTPREV=inbox}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user