Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/styles/subsilver2/template/mcp_front.html

    r400 r702  
    3636        <!-- ENDIF -->
    3737        <tr>
    38                 <td class="cat" colspan="6" align="center"><input class="btnmain" type="submit" name="action[approve]" value="{L_APPROVE}" />&nbsp;&nbsp;<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}" />&nbsp;&nbsp;<input class="btnlite" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" /></td>
    3939        </tr>
    4040        </table>
     
    8686<!-- ENDIF -->
    8787
     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>&nbsp;{L_PM_SUBJECT}&nbsp;</th>
     95                <th>&nbsp;{L_PM_FROM}&nbsp;</th>
     96                <th>&nbsp;{L_TO} &amp; {L_BCC}&nbsp;</th>
     97                <th>&nbsp;{L_SENT_AT}&nbsp;</th>
     98                <th>&nbsp;{L_REPORTER}&nbsp;</th>
     99                <th>&nbsp;{L_REPORT_TIME}&nbsp;</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
    88125<!-- IF S_SHOW_LOGS -->
    89126        <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.