mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
CAPTCHA on admin login page css styling
This commit is contained in:
@@ -199,7 +199,7 @@ class secure_image
|
||||
}
|
||||
|
||||
$frm = e107::getForm();
|
||||
return $frm->hidden("rand_num", $this->random_number).$frm->text("code_verify", "", 20, array("size"=>20,"title"=> LAN_ENTER_CODE,'required'=>1));
|
||||
return $frm->hidden("rand_num", $this->random_number).$frm->text("code_verify", "", 20, array("size"=>20,"title"=> LAN_ENTER_CODE,'required'=>1, 'placeholder'=>LAN_ENTER_CODE));
|
||||
}
|
||||
|
||||
function renderLabel()
|
||||
|
Reference in New Issue
Block a user