1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +02:00

[ticket/10734] Fixed template files

Removed unnecessary span from several other template files

PHPBB3-10734
This commit is contained in:
Shibu Lijack
2012-03-31 18:57:49 +05:30
parent 609e8e3b11
commit 259b86199b
9 changed files with 36 additions and 36 deletions

View File

@@ -5,11 +5,11 @@
<!-- ENDIF -->
<div class="panel" id="message">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
<h2>{MESSAGE_TITLE}</h2>
<p>{MESSAGE_TEXT}</p>
<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
<span class="corners-bottom"><span></span></span></div>
<span class="clear"></span></div>
</div>
<!-- IF S_SIMPLE_MESSAGE -->