- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/prosilver/template/ucp_pm_message_header.html
r400 r702 1 1 <h2>{L_TITLE}<!-- IF CUR_FOLDER_NAME -->: {CUR_FOLDER_NAME}<!-- ENDIF --></h2> 2 2 3 <form id="viewfolder" method="post" action="{S_PM_ACTION}"> 4 5 <div class="panel"> 3 <div class="panel clearfix pm-panel-header<!-- IF S_VIEW_MESSAGE --> pm<!-- ENDIF -->"> 6 4 <div class="inner"><span class="corners-top"><span></span></span> 7 5 8 6 <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF --> 9 10 7 8 <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM --> 11 9 <div class="buttons"> 12 <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon "><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div>10 <!-- IF U_POST_REPLY_PM --><div class="pmreply-icon clearfix"><a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}"><span></span>{L_POST_REPLY_PM}</a></div> 13 11 <!-- ELSEIF U_POST_NEW_TOPIC --><div class="newpm-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}"><span></span>{L_UCP_PM_COMPOSE}</a></div><!-- ENDIF --> 14 12 <!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF --> 15 13 </div> 14 15 <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 --> 16 <div class="reply-all"><a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">» {L_REPLY_TO_ALL}</a></div> 16 17 <!-- ENDIF --> 17 18 19 <!-- ENDIF --> 20 18 21 <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE --> 19 <ul class="linklist ">22 <ul class="linklist pm-return-to"> 20 23 <li class="rightside pagination"> 21 24 <!-- IF S_VIEW_MESSAGE --><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO} {CUR_FOLDER_NAME}</a><!-- ENDIF --> … … 27 30 </ul> 28 31 <!-- ENDIF --> 32 </div> 33 </div> 34 35 <form id="viewfolder" method="post" action="{S_PM_ACTION}">
Note:
See TracChangeset
for help on using the changeset viewer.