diff options
| author | Crizzo <mail@crizzo.de> | 2014-03-09 19:37:45 +0100 |
|---|---|---|
| committer | Crizzo <mail@crizzo.de> | 2014-03-09 19:37:45 +0100 |
| commit | b4a65da2edf4e7f82eff9fadc90cea109556f1fa (patch) | |
| tree | 1283b9d4c8f1f3ddd9b1c3721b8ba48c376995eb /phpBB/styles/prosilver/template/posting_pm_header.html | |
| parent | cace4a50d08bf3525ebb8a02c89a020b0dcbd67f (diff) | |
| download | forums-b4a65da2edf4e7f82eff9fadc90cea109556f1fa.tar forums-b4a65da2edf4e7f82eff9fadc90cea109556f1fa.tar.gz forums-b4a65da2edf4e7f82eff9fadc90cea109556f1fa.tar.bz2 forums-b4a65da2edf4e7f82eff9fadc90cea109556f1fa.tar.xz forums-b4a65da2edf4e7f82eff9fadc90cea109556f1fa.zip | |
[ticket/8785] pm_layout.html back to more standard code
PHPBB3-8785
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_pm_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_pm_header.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index c7d3af217e..f255171439 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -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 --> @@ -86,5 +84,3 @@ <div class="clear"></div> <!-- ENDIF --> </fieldset> - </div> -</div> |
