Line | |
---|
1 |
|
---|
2 | <!-- IF not S_VIEW_MESSAGE -->
|
---|
3 | {S_FORM_TOKEN}
|
---|
4 | </form>
|
---|
5 | <!-- ENDIF -->
|
---|
6 |
|
---|
7 | <table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
---|
8 | <tr>
|
---|
9 | <td class="row1">
|
---|
10 | <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
---|
11 | <tr>
|
---|
12 | <td align="{S_CONTENT_FLOW_BEGIN}"><!-- INCLUDE pagination.html -->
|
---|
13 | <!-- IF S_VIEW_MESSAGE -->
|
---|
14 | <span class="gensmall">
|
---|
15 | <!-- IF U_PRINT_PM --><a href="{U_PRINT_PM}" title="{L_PRINT_PM}">{L_PRINT_PM}</a><!-- IF U_FORWARD_PM --> | <!-- ENDIF --><!-- ENDIF -->
|
---|
16 | <!-- IF U_FORWARD_PM --><a href="{U_FORWARD_PM}" title="{L_FORWARD_PM}">{L_FORWARD_PM}</a><!-- ENDIF -->
|
---|
17 | </span>
|
---|
18 | <!-- ENDIF -->
|
---|
19 | </td>
|
---|
20 | <td align="{S_CONTENT_FLOW_END}" nowrap="nowrap">
|
---|
21 | <!-- IF S_VIEW_MESSAGE -->
|
---|
22 | <!-- IF not S_SPECIAL_FOLDER -->
|
---|
23 | <form name="movepm" method="post" action="{S_PM_ACTION}" style="margin:0px">
|
---|
24 | <input type="hidden" name="marked_msg_id[]" value="{MSG_ID}" />
|
---|
25 | <input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
|
---|
26 | <input type="hidden" name="p" value="{MSG_ID}" />
|
---|
27 | <select name="dest_folder">{S_TO_FOLDER_OPTIONS}</select> <input class="btnlite" type="submit" name="move_pm" value="{L_MOVE_TO_FOLDER}" />
|
---|
28 | {S_FORM_TOKEN}
|
---|
29 | </form>
|
---|
30 | <!-- ENDIF -->
|
---|
31 | <!-- ELSE -->
|
---|
32 | <form name="sortmsg" method="post" action="{S_PM_ACTION}" style="margin:0px">
|
---|
33 | <span class="gensmall">{L_DISPLAY_MESSAGES}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" />
|
---|
34 | {S_FORM_TOKEN}
|
---|
35 | </form>
|
---|
36 | <!-- ENDIF -->
|
---|
37 | </td>
|
---|
38 | </tr>
|
---|
39 | </table>
|
---|
40 | </td>
|
---|
41 | </tr>
|
---|
42 | </table>
|
---|
43 |
|
---|
44 | <!-- IF not S_VIEW_MESSAGE -->
|
---|
45 | <div style="float: {S_CONTENT_FLOW_END};"><b class="gensmall"><a href="#" onclick="marklist('viewfolder', 'marked_msg_id', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('viewfolder', 'marked_msg_id', false); return false;">{L_UNMARK_ALL}</a></b></div>
|
---|
46 | <!-- ENDIF -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.