put the captcha in the table
This commit is contained in:
parent
c7eb0cd99d
commit
4361bb0645
@ -50,7 +50,7 @@ class UserPageTheme extends Themelet {
|
|||||||
if(empty($tac)) {$html = "";}
|
if(empty($tac)) {$html = "";}
|
||||||
else {$html = "<p>$tac</p>";}
|
else {$html = "<p>$tac</p>";}
|
||||||
|
|
||||||
$reca = captcha_get_html();
|
$reca = "<tr><td colspan='2'>".captcha_get_html()."</td></tr>";
|
||||||
|
|
||||||
$html .= "
|
$html .= "
|
||||||
<form action='".make_link("user_admin/create")."' method='POST'>
|
<form action='".make_link("user_admin/create")."' method='POST'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user