1
0
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:
Cameron
2013-02-06 00:43:51 -08:00
parent 26cced27c5
commit b46809b395

View File

@@ -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%'>&nbsp;</td> <th class='fcaption' style='width:1%'>&nbsp;</th>
<td class='fcaption' style='width:1%'>&nbsp;</td> <th class='fcaption' style='width:1%'>&nbsp;</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%'>&nbsp;</td> <th class='fcaption' style='width:8%'>&nbsp;</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>
"; ";