aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2015-01-11 14:44:11 +0530
committerDhruv <dhruv.goel92@gmail.com>2015-01-11 14:44:11 +0530
commit54b8c1626eec1b15cebd84b10dbfb986ef01e159 (patch)
treea0f61f9ddc0abb4ac46dddd12eee3bfbef226589 /phpBB/styles
parent93b3e72f54f53a2fcf5f421744b786b6362e7392 (diff)
parentfbf7726642d28531eab3c1f2af4cb668803004cb (diff)
downloadforums-54b8c1626eec1b15cebd84b10dbfb986ef01e159.tar
forums-54b8c1626eec1b15cebd84b10dbfb986ef01e159.tar.gz
forums-54b8c1626eec1b15cebd84b10dbfb986ef01e159.tar.bz2
forums-54b8c1626eec1b15cebd84b10dbfb986ef01e159.tar.xz
forums-54b8c1626eec1b15cebd84b10dbfb986ef01e159.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html4
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 333e61008e..e68e6a97e5 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -1,5 +1,5 @@
<fieldset class="fields1">
-<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
+ <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
<dl>
@@ -42,7 +42,7 @@
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
<!-- END smiley -->
<!-- ENDIF -->
- <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
+ <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED -->
<br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 750, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
<!-- ENDIF -->