clipbucket/upload/plugins/cb_captcha/cb_captcha_admin.html
2015-07-09 11:50:41 +00:00

15 lines
455 B
HTML

<table width="50%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td>
<h2>Re Captcha Key</h2>
<form id="form1" name="form1" method="post" action="">
<input class="form-control" type="text" name="recaptcha_key" id="recaptcha_key" value="{$recaptcha_key}">
<br/>
<br/>
<input type="submit" class="btn btn-primary btn-xs" name="update" value="Update" />
</form></td>
</tr>
</table>