diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-07-31 23:40:35 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-07-31 23:40:35 +0200 |
commit | ca07be9c57d35e297204814e8c93c710bb1890dd (patch) | |
tree | 5aec14a2b697d9ee33912dd9998aaf149e73cfc6 /phpBB/styles/prosilver/template/posting_smilies.html | |
parent | d536a69e293cc71efa8a1dc719eb655a1e846f70 (diff) | |
parent | 4e1e5865d03c8c56060a7e4fb975f88329997672 (diff) | |
download | forums-ca07be9c57d35e297204814e8c93c710bb1890dd.tar forums-ca07be9c57d35e297204814e8c93c710bb1890dd.tar.gz forums-ca07be9c57d35e297204814e8c93c710bb1890dd.tar.bz2 forums-ca07be9c57d35e297204814e8c93c710bb1890dd.tar.xz forums-ca07be9c57d35e297204814e8c93c710bb1890dd.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10037] Fix table in subsilver2
[ticket/10037] Apply attached patch with a few changes
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_smilies.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_smilies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_smilies.html b/phpBB/styles/prosilver/template/posting_smilies.html index 01b74c710c..3d56a932b7 100644 --- a/phpBB/styles/prosilver/template/posting_smilies.html +++ b/phpBB/styles/prosilver/template/posting_smilies.html @@ -2,8 +2,8 @@ <script type="text/javascript"> // <![CDATA[ - var form_name = 'postform'; - var text_name = 'message'; + var form_name = opener.form_name; + var text_name = opener.text_name; // ]]> </script> <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script> |