aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
commitf52ef0a6ec3e095f04f36115f07964150aee398e (patch)
tree64447dca800680250b675c511af90b5be5320506 /phpBB/styles
parent3ad9c2f089d37a11e7f4713f97e758950e51da1d (diff)
downloadforums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.gz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.bz2
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.xz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.zip
- Visual Confirmation for guest posting
git-svn-id: file:///svn/phpbb/trunk@5739 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 8a4026a8df..73fba36590 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -369,6 +369,25 @@ function checkForm()
</tr>
<!-- ENDIF -->
+ <!-- IF S_CONFIRM_CODE -->
+ <tr>
+ <th colspan="2" height="28" valign="middle">{L_POST_CONFIRMATION}</th>
+ </tr>
+ <tr>
+ <td class="row3" colspan="2"><span class="gensmall">{L_POST_CONFIRM_EXPLAIN}</span></td>
+ </tr>
+ <tr>
+ <td class="row1" colspan="2" align="center">
+ <input type="hidden" name="confirm_id" value="{CONFIRM_ID}" />
+ {CONFIRM_IMAGE}
+ </td>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_CONFIRM_CODE}: </b><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
+ <td class="row2"><input class="post" type="text" name="confirm_code" size="8" maxlength="8" /></td>
+ </tr>
+ <!-- ENDIF -->
+
<!-- IF S_SHOW_ATTACH_BOX or S_SHOW_POLL_BOX -->
<tr>
<td class="cat" colspan="2" align="center">