1
0

Styling the captchabox.

This commit is contained in:
Matthias Mees
2013-07-06 00:53:35 +02:00
parent f6ba7f0e0e
commit 7a94df491a
4 changed files with 12 additions and 10 deletions

View File

@ -779,9 +779,9 @@ var $filter_defaults;
}
function example() {
echo '<div id="captchabox" style="margin: 10px; padding: 5px; border: 1px solid black">' . PLUGIN_EVENT_SPAMBLOCK_LOOK . '<br />';
echo '<p id="captchabox" class="msg_hint">' . PLUGIN_EVENT_SPAMBLOCK_LOOK;
$this->show_captcha();
echo '</div>';
echo '</p>';
}
function show_captcha($use_gd = false) {