Skip to content

Commit

Permalink
[ticket/8785] pm_layout.html back to more standard code
Browse files Browse the repository at this point in the history
PHPBB3-8785
  • Loading branch information
Crizz0 committed Mar 9, 2014
1 parent cace4a5 commit b4a65da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 1 addition & 5 deletions phpBB/styles/prosilver/template/posting_editor.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<div class="panel" id="postingbox">
<div class="inner">
<fieldset class="fields1">
<fieldset class="fields1">
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
<dl>
<dt><label for="icon">{L_ICON}{L_COLON}</label></dt>
Expand Down Expand Up @@ -184,5 +182,3 @@
<!-- ENDIF -->

<!-- ENDIF -->
</div>
</div>
6 changes: 1 addition & 5 deletions phpBB/styles/prosilver/template/posting_pm_header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<div class="panel" id="pmheader-postingbox">
<div class="inner">
<fieldset class="fields1">
<fieldset class="fields1">
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->

<!-- IF S_PRIVMSGS and not S_SHOW_DRAFTS -->
Expand Down Expand Up @@ -86,5 +84,3 @@
<div class="clear"></div>
<!-- ENDIF -->
</fieldset>
</div>
</div>
11 changes: 10 additions & 1 deletion phpBB/styles/prosilver/template/posting_pm_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ <h3>{L_INFORMATION}</h3>
<!-- 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 -->

Expand Down

0 comments on commit b4a65da

Please sign in to comment.