mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/8785] pm_layout.html back to more standard code
PHPBB3-8785
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
<div class="panel" id="postingbox">
|
<fieldset class="fields1">
|
||||||
<div class="inner">
|
|
||||||
<fieldset class="fields1">
|
|
||||||
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
|
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="icon">{L_ICON}{L_COLON}</label></dt>
|
<dt><label for="icon">{L_ICON}{L_COLON}</label></dt>
|
||||||
@@ -184,5 +182,3 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
@@ -1,6 +1,4 @@
|
|||||||
<div class="panel" id="pmheader-postingbox">
|
<fieldset class="fields1">
|
||||||
<div class="inner">
|
|
||||||
<fieldset class="fields1">
|
|
||||||
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF S_PRIVMSGS and not S_SHOW_DRAFTS -->
|
<!-- IF S_PRIVMSGS and not S_SHOW_DRAFTS -->
|
||||||
@@ -86,5 +84,3 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
@@ -16,10 +16,19 @@
|
|||||||
<!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->
|
<!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->
|
||||||
|
|
||||||
<h2>{L_TITLE}</h2>
|
<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 -->
|
<!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 -->
|
||||||
<!-- INCLUDE posting_pm_header.html -->
|
|
||||||
<!-- INCLUDE posting_editor.html -->
|
<!-- INCLUDE posting_editor.html -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- IF S_SHOW_ATTACH_BOX --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->
|
<!-- IF S_SHOW_ATTACH_BOX --><!-- INCLUDE posting_attach_body.html --><!-- ENDIF -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user