Changeset 702 for trunk/forum/styles/subsilver2/template/mcp_front.html
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/subsilver2/template/mcp_front.html
r400 r702 36 36 <!-- ENDIF --> 37 37 <tr> 38 <td class="cat" colspan="6" align="center"> <input class="btnmain" type="submit" name="action[approve]" value="{L_APPROVE}" /> <input class="btnlite" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" /></td>38 <td class="cat" colspan="6" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="action[approve]" value="{L_APPROVE}" /> <input class="btnlite" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" /></td> 39 39 </tr> 40 40 </table> … … 86 86 <!-- ENDIF --> 87 87 88 <!-- IF S_SHOW_PM_REPORTS --> 89 <table class="tablebg" width="100%" cellspacing="1"> 90 <tr> 91 <td class="row3" colspan="6" align="center"><b class="gen">{L_LATEST_REPORTED_PMS}</b></td> 92 </tr> 93 <tr> 94 <th> {L_PM_SUBJECT} </th> 95 <th> {L_PM_FROM} </th> 96 <th> {L_TO} & {L_BCC} </th> 97 <th> {L_SENT_AT} </th> 98 <th> {L_REPORTER} </th> 99 <th> {L_REPORT_TIME} </th> 100 </tr> 101 <!-- BEGIN pm_report --> 102 <tr> 103 <td class="row1" valign="top"><span class="gen">{pm_report.PM_SUBJECT}</span><br /><span class="gensmall">[ <a href="{pm_report.U_PM_DETAILS}">{L_VIEW_DETAILS}</a> ]</span></td> 104 <td class="row2" align="center" width="15%" nowrap="nowrap" valign="top"><span class="gen">{pm_report.PM_AUTHOR_FULL}</span></td> 105 <td class="row1" align="center" width="15%" nowrap="nowrap" valign="top"><span class="gen">{pm_report.RECIPIENTS}</span></td> 106 <td class="row2" align="center" width="10%" nowrap="nowrap" valign="top"><span class="gensmall">{pm_report.PM_TIME}</span></td> 107 <td class="row1" align="center" width="15%" nowrap="nowrap" valign="top"><span class="gen">{pm_report.REPORTER_FULL}</span></td> 108 <td class="row2" align="center" width="10%" nowrap="nowrap" valign="top"><span class="gensmall">{pm_report.REPORT_TIME}</span></td> 109 </tr> 110 <!-- BEGINELSE --> 111 <tr> 112 <td class="row1" colspan="6" align="center"><span class="gen">{L_PM_REPORTS_ZERO_TOTAL}</span></td> 113 </tr> 114 <!-- END pm_report --> 115 <!-- IF S_HAS_PM_REPORTS --> 116 <tr> 117 <td class="row3" colspan="6"><span class="gensmall">{L_PM_REPORTS_TOTAL}</span></td> 118 </tr> 119 <!-- ENDIF --> 120 </table> 121 122 <br clear="all" /><br /> 123 <!-- ENDIF --> 124 88 125 <!-- IF S_SHOW_LOGS --> 89 126 <table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="{S_CONTENT_FLOW_END}">
Note:
See TracChangeset
for help on using the changeset viewer.