diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-06-17 13:29:26 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-06-17 13:29:26 +0000 |
| commit | c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9 (patch) | |
| tree | 6229f2126144dbfe99ea39239dfb5ba2bd1510ea /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | 2a079ecb52305cdeaac046a0f1298b18b9f7bcb3 (diff) | |
| download | forums-c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9.tar forums-c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9.tar.gz forums-c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9.tar.bz2 forums-c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9.tar.xz forums-c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9.zip | |
Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9609 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 315fbaee2b..8cd5fc60d5 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -100,7 +100,7 @@ <dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd> </dl> <!-- IF S_CONFIRM_CODE --> - {CONFIRM} + <!-- INCLUDE {CAPTCHA_TEMPLATE} --> <!-- ENDIF --> <!-- ENDIF --> |
