[ticket/8785] pm_layout.html back to more standard code

PHPBB3-8785
This commit is contained in:
Crizzo 2014-03-09 19:37:45 +01:00
parent cace4a50d0
commit b4a65da2ed
3 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,3 @@
<div class="panel" id="postingbox">
<div class="inner">
<fieldset class="fields1">
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
<dl>
@ -184,5 +182,3 @@
<!-- ENDIF -->
<!-- ENDIF -->
</div>
</div>

View file

@ -1,5 +1,3 @@
<div class="panel" id="pmheader-postingbox">
<div class="inner">
<fieldset class="fields1">
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
@ -86,5 +84,3 @@
<div class="clear"></div>
<!-- ENDIF -->
</fieldset>
</div>
</div>

View file

@ -16,10 +16,19 @@
<!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->
<h2>{L_TITLE}</h2>
<div class="panel" id="pmheader-postingbox">
<div class="inner">
<!-- INCLUDE posting_pm_header.html -->
</div>
</div>
<div class="panel" id="postingbox">
<div class="inner">
<!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 -->
<!-- INCLUDE posting_pm_header.html -->
<!-- INCLUDE posting_editor.html -->
</div>
</div>
<!-- IF S_SHOW_ATTACH_BOX --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->