diff options
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/style.cfg | 4 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_approve.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_move.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 1 | 
6 files changed, 8 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index 690c35ca7a..895ee49dc4 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@  # General Information about this style  name = prosilver  copyright = © phpBB Limited, 2007 -style_version = 3.2.0-b3-dev -phpbb_version = 3.2.0-b3-dev +style_version = 3.2.0-RC1 +phpbb_version = 3.2.0-RC1  # Defining a different template bitfield  # template_bitfield = lNg= diff --git a/phpBB/styles/prosilver/template/mcp_approve.html b/phpBB/styles/prosilver/template/mcp_approve.html index ed68085484..f7874ab90b 100644 --- a/phpBB/styles/prosilver/template/mcp_approve.html +++ b/phpBB/styles/prosilver/template/mcp_approve.html @@ -39,7 +39,7 @@  		<fieldset>  		<!-- IF S_NOTIFY_POSTER --> -			<dl class="panel"> +			<dl class="fields2 nobg">  				<dt> </dt>  				<dd><label><input type="checkbox" name="notify_poster" checked="checked" /> <!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></label></dd>  			</dl> diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index da0d3a4ddf..acef09dc47 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -62,7 +62,7 @@  					<!-- ENDIF -->  					<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> <a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF -->  					<br /> - +					<!-- EVENT topiclist_row_topic_title_after -->  					<div class="responsive-show" style="display: none;">  						<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->  						{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « {topicrow.LAST_POST_TIME}<br /> diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index 876829a088..45a9ae83bc 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -31,6 +31,8 @@  <!-- INCLUDE overall_header.html --> +<!-- EVENT mcp_move_before --> +  <form id="confirm" action="{S_CONFIRM_ACTION}" method="post">  <div class="panel"> diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index ea558fd7ae..8dc91555dc 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -134,6 +134,7 @@  								</ul>  							</div>  							<!-- ENDIF --> +							<!-- EVENT topiclist_row_topic_title_after -->  							<!-- EVENT topiclist_row_append -->  						</div> diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 05f57ee8a6..446a9906dd 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -180,6 +180,7 @@  							</a>  						<!-- ENDIF -->  						<br /> +						<!-- EVENT topiclist_row_topic_title_after -->  						<!-- IF not S_IS_BOT -->  						<div class="responsive-show" style="display: none;">  | 
