diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_default.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_default.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_default.html b/phpBB/styles/prosilver/template/captcha_default.html deleted file mode 100644 index 2cfc41338d..0000000000 --- a/phpBB/styles/prosilver/template/captcha_default.html +++ /dev/null @@ -1,8 +0,0 @@ - - <dl> - <dt><label for="confirm_code">{L_CONFIRM_CODE}:</label></dt> - <dd><img src="{CONFIRM_IMAGE}" alt="" /></dd> - <dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" class="inputbox narrow" title="{L_CONFIRM_CODE}" /> - <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></dd> - <dd>{L_CONFIRM_CODE_EXPLAIN}</dd> - </dl>
\ No newline at end of file |
