mirror of
				https://github.com/phpbb/phpbb.git
				synced 2025-10-26 21:21:32 +01:00 
			
		
		
		
	Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.
PHPBB3-10780
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h2>{L_TITLE}<!-- IF CUR_FOLDER_NAME -->{L_COLON} {CUR_FOLDER_NAME}<!-- ENDIF --></h2>
 | |
| 
 | |
| <form id="viewfolder" method="post" action="{S_PM_ACTION}">
 | |
| 
 | |
| <div class="panel">
 | |
| 	<div class="inner">
 | |
| 
 | |
| 	<!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF -->
 | |
| 	<!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
 | |
| 		<div class="buttons">
 | |
| 			<!-- 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>
 | |
| 			<!-- 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 -->
 | |
| 			<!-- 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 -->
 | |
| 			<!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 --><div class="reply-all"><a class="left" title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">{L_REPLY_TO_ALL}</a></div><!-- ENDIF -->
 | |
| 		</div>
 | |
| 	<!-- ENDIF -->
 | |
| 
 | |
| 	<!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
 | |
| 	<ul class="linklist">
 | |
| 		<li class="rightside pagination">
 | |
| 			<!-- IF S_VIEW_MESSAGE --><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO} {CUR_FOLDER_NAME}</a><!-- ENDIF -->
 | |
| 			<!-- IF FOLDER_CUR_MESSAGES neq 0 -->
 | |
| 				<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES} • <!-- ENDIF -->
 | |
| 				<!-- IF .pagination -->
 | |
| 					<!-- INCLUDE pagination.html -->
 | |
| 				<!-- ELSE -->
 | |
| 					{PAGE_NUMBER}
 | |
| 				<!-- ENDIF -->
 | |
| 			<!-- ENDIF -->
 | |
| 		</li>
 | |
| 	</ul>
 | |
| 	<!-- ENDIF -->
 |