1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

[ticket/12862] Resize popups consistently

PHPBB3-12862
This commit is contained in:
hanakin
2014-07-30 17:48:23 +02:00
parent d6c772f15c
commit 913b363126
6 changed files with 10 additions and 14 deletions

View File

@@ -1,14 +1,10 @@
<!-- INCLUDE simple_header.html -->
<h2 class="whois-title">{L_WHOIS}</h2>
<h2>{L_WHOIS}</h2>
<div class="panel">
<div class="inner">
<div class="postbody"><div class="content">
<pre>{WHOIS}</pre>
</div></div>
<pre>{WHOIS}</pre>
</div>
</div>
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>