|
From: Florin C B. <ory...@us...> - 2013-04-26 14:14:36
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11612/templates/prosilver Modified Files: mx_announce.html Log Message: phpBB3 bbcode update Index: mx_announce.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/prosilver/mx_announce.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_announce.html 17 Apr 2013 03:10:11 -0000 1.3 --- mx_announce.html 26 Apr 2013 14:14:33 -0000 1.4 *************** *** 14,18 **** <a href="{postrow.U_TOPIC_URL}" class="topictitle">{postrow.TITLE}</a> </p> ! <span class="postbody">{postrow.MESSAGE}</span> </dt> </dl> --- 14,29 ---- <a href="{postrow.U_TOPIC_URL}" class="topictitle">{postrow.TITLE}</a> </p> ! <div class="postbody contents">{postrow.MESSAGE}</div> ! <!-- IF announce_row.S_HAS_ATTACHMENTS --> ! <div class="highslide-gallery"> ! <dl class="attachbox"> ! <dt style="vertical-align:middle; text-align:center;">{L_ATTACHMENTS}</dt> ! <!-- BEGIN attachment --> ! <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd> ! <!-- END attachment --> ! </dl> ! </div> ! <!-- ENDIF --> ! <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF --> </dt> </dl> *************** *** 32,43 **** </dl> <dl class="textbody news_reply"> ! <dt style="vertical-align:middle; text-align:right;"> ! <a href="{postrow.U_VIEW}"> <img src="{postrow.VIEW_IMG}" alt="{L_VIEW_FULL_ARTICLE}" title="{L_VIEW_FULL_ARTICLE}" /></a> ! <a href="{postrow.U_PRINT}"> <img src="{postrow.PRINT_IMG}" alt="{L_PRINT_IT}" title="{L_PRINT_IT}" /></a> ! <!-- IF postrow.ALLOW_POST --> ! <a href="{postrow.U_REPLY}"> <img src="{postrow.REPLY_IMG}" alt="{L_POST_COMMENTS}" title="{L_POST_COMMENTS}" /></a> ! <!-- ENDIF --> ! <span class="gensmall"><a href="#top" onclick="window.scrollTo(0,0); return false">{L_BACK_TO_TOP}</a></span> ! </dt> </dl> </div> --- 43,54 ---- </dl> <dl class="textbody news_reply"> ! <dt style="vertical-align:middle; text-align:right;"> ! <a href="{postrow.U_VIEW}"> <img src="{postrow.VIEW_IMG}" alt="{L_VIEW_FULL_ARTICLE}" title="{L_VIEW_FULL_ARTICLE}" /></a> ! <a href="{postrow.U_PRINT}"> <img src="{postrow.PRINT_IMG}" alt="{L_PRINT_IT}" title="{L_PRINT_IT}" /></a> ! <!-- IF postrow.ALLOW_POST --> ! <a href="{postrow.U_REPLY}"> <img src="{postrow.REPLY_IMG}" alt="{L_POST_COMMENTS}" title="{L_POST_COMMENTS}" /></a> ! <!-- ENDIF --> ! <span class="gensmall"><a href="#top" onclick="window.scrollTo(0,0); return false">{L_BACK_TO_TOP}</a></span> ! </dt> </dl> </div> |