diff options
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_buttons.html | 19 | 
1 files changed, 8 insertions, 11 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index d1c0f79a16..516cd0922b 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -69,21 +69,18 @@  			<!-- ENDIF -->  		</select></span>  	</div> -	<!-- EVENT posting_editor_buttons_after --> -<!-- ENDIF --> -	</td> -</tr> -<!-- IF S_BBCODE_ALLOWED and .custom_tags --> -	<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}"> -		<td colspan="2"> +	<!-- EVENT posting_editor_buttons_custom_tags_before --> +	<!-- IF .custom_tags -->  		<div id="custom-bbcode-buttons"> -		<!-- BEGIN custom_tags --> +			<!-- BEGIN custom_tags -->  			<input type="button" class="btnbbcode bbcode-{custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> /> -		<!-- END custom_tags --> +			<!-- END custom_tags -->  		</div> -		</td> -	</tr> +	<!-- ENDIF --> +	<!-- EVENT posting_editor_buttons_after -->  <!-- ENDIF --> +	</td> +</tr>  <!-- IF S_BBCODE_ALLOWED -->  <tr>  	<td<!-- IF $S_SIGNATURE or S_EDIT_DRAFT --> colspan="2"<!-- ENDIF -->><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="{L_STYLES_TIP}" /></td>  | 
