Popravek pri narocanju - lastna instalacija
This commit is contained in:
parent
9bd1ca0e12
commit
a7b7988b9f
@ -85,6 +85,19 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if(!empty($recaptcha_sitekey)): ?>
|
||||
<div class="w-clearfix" style="padding-top: 1rem;">
|
||||
<div class="col _6-6-6-12">
|
||||
<div class="g-recaptcha" data-sitekey="<?php echo($recaptcha_sitekey); ?>"></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- // SPAM protection, če nimamo reCaptcha-->
|
||||
<div class="form_row" style="display: none">
|
||||
<input type="text" class="varnostno-polje" name="varnostno-polje" id="varnostno-polje" value="" style="display: none;"/>
|
||||
</div>
|
||||
|
||||
<div class="col w-clearfix gumbi">
|
||||
<input type="button" value="<?php echo($language->language == 'sl' ? 'Oddaj' : 'Submit'); ?>"
|
||||
data-wait="Prosim počakajte..." class="submit-btn naprej w-button">
|
||||
|
Loading…
x
Reference in New Issue
Block a user