diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-08-23 11:40:38 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-08-23 11:40:38 +0200 |
commit | 10b525fd9f81a2bf184ebeea072eefdf4064385c (patch) | |
tree | 14a0ffbbdb4870007c55549b2f8ff4d631ad3dc4 /phpBB/styles/prosilver/template/posting_editor.html | |
parent | 5f4726e607691c831c3dcbd388b14ed506a1c5de (diff) | |
parent | a79da361eefee4423b595db04bc9e94f1e365d00 (diff) | |
download | forums-10b525fd9f81a2bf184ebeea072eefdf4064385c.tar forums-10b525fd9f81a2bf184ebeea072eefdf4064385c.tar.gz forums-10b525fd9f81a2bf184ebeea072eefdf4064385c.tar.bz2 forums-10b525fd9f81a2bf184ebeea072eefdf4064385c.tar.xz forums-10b525fd9f81a2bf184ebeea072eefdf4064385c.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12862] Remove remaining simple-wrap id
[ticket/12862] Resize popups consistently
[ticket/12862] Add Border
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"> |