diff options
Diffstat (limited to 'phpBB/adm/style/captcha_default_acp_demo.html')
| -rw-r--r-- | phpBB/adm/style/captcha_default_acp_demo.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/captcha_default_acp_demo.html b/phpBB/adm/style/captcha_default_acp_demo.html new file mode 100644 index 0000000000..0b1434f7e0 --- /dev/null +++ b/phpBB/adm/style/captcha_default_acp_demo.html @@ -0,0 +1,4 @@ +<dl> + <dt><label for="captcha_preview">{L_PREVIEW}:</label><br /><span>{L_CAPTCHA_PREVIEW_EXPLAIN}</span></dt> + <dd><img src="{CONFIRM_IMAGE}" alt="{L_PREVIEW}" width="360" height="96" id="captcha_preview" /></dd> +</dl> |
