diff options
author | hanakin <midaym@gmail.com> | 2014-07-30 17:48:23 +0200 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2014-07-30 17:48:23 +0200 |
commit | 913b3631265a1caa632a3f52b813eba17b7bb1f5 (patch) | |
tree | 609919f3c376d49a47d9dd772e553f356472c54e /phpBB/styles/prosilver/template/posting_editor.html | |
parent | d6c772f15c276240e1d8c4436154abad06ffbe7d (diff) | |
download | forums-913b3631265a1caa632a3f52b813eba17b7bb1f5.tar forums-913b3631265a1caa632a3f52b813eba17b7bb1f5.tar.gz forums-913b3631265a1caa632a3f52b813eba17b7bb1f5.tar.bz2 forums-913b3631265a1caa632a3f52b813eba17b7bb1f5.tar.xz forums-913b3631265a1caa632a3f52b813eba17b7bb1f5.zip |
[ticket/12862] Resize popups consistently
PHPBB3-12862
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 25e3be3bcb..333e61008e 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -43,7 +43,7 @@ <!-- END smiley --> <!-- ENDIF --> <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED--> - <br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a> + <br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 750, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a> <!-- ENDIF --> <!-- IF BBCODE_STATUS --> @@ -107,7 +107,7 @@ <a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel"> {L_ATTACHMENTS} <strong id="file-total-progress"><strong id="file-total-progress-bar"></strong></strong> </a> - </li> + </li> <!-- ENDIF --> <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --> <li id="poll-panel-tab" class="tab"> |