mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Added captcha setting to the settings.php view file.
This commit is contained in:
parent
98c65aa666
commit
acd2ffba05
1 changed files with 13 additions and 7 deletions
|
@ -93,11 +93,6 @@
|
||||||
<?php echo $this->lang->line('company_link_hint'); ?>
|
<?php echo $this->lang->line('company_link_hint'); ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="<?php echo $this->config->item('base_url'); ?>" target="_blank" class="btn btn-info">
|
|
||||||
<span class="glyphicon glyphicon-calendar"></span>
|
|
||||||
<?php echo $this->lang->line('go_to_booking_page'); ?>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -109,8 +104,6 @@
|
||||||
<?php echo $this->lang->line('google_analytics_code_hint'); ?>
|
<?php echo $this->lang->line('google_analytics_code_hint'); ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="col-md-6">
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="date-format">
|
<label for="date-format">
|
||||||
<?php echo $this->lang->line('date_format'); ?>
|
<?php echo $this->lang->line('date_format'); ?>
|
||||||
|
@ -124,6 +117,19 @@
|
||||||
<?php echo $this->lang->line('date_format_hint'); ?>
|
<?php echo $this->lang->line('date_format_hint'); ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="require-captcha">
|
||||||
|
CAPTCHA
|
||||||
|
</label>
|
||||||
|
<br>
|
||||||
|
<button type="button" id="require-captcha" class="btn btn-default" data-toggle="button" aria-pressed="false">
|
||||||
|
<span class="glyphicon glyphicon-lock"></span>
|
||||||
|
<?php echo $this->lang->line('require_captcha'); ?>
|
||||||
|
</button>
|
||||||
|
<span class="help-block">
|
||||||
|
<?php echo $this->lang->line('require_captcha_hint'); ?>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue