Skip to content

Commit

Permalink
Version 7.8.3-release.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whmcs-dev-team committed Sep 23, 2019
1 parent e1115cb commit 6e77e38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion creditcard.tpl
Expand Up @@ -207,7 +207,7 @@
<div class="form-group">
<label for="cctype" class="col-sm-4 control-label">{$LANG.creditcardcvvnumber}</label>
<div class="col-sm-7">
<input type="number" name="cccvv" id="inputCardCvv" value="{$cccvv}" autocomplete="off" class="form-control input-inline input-inline-100" />
<input type="tel" name="cccvv" id="inputCardCvv" value="{$cccvv}" autocomplete="off" class="form-control input-inline input-inline-100" />
<button id="cvvWhereLink" type="button" class="btn btn-link" data-toggle="popover" data-content="<img src='{$BASE_PATH_IMG}/ccv.gif' width='210'>">
{$LANG.creditcardcvvwhere}
</button>
Expand Down
4 changes: 2 additions & 2 deletions includes/captcha.tpl
@@ -1,6 +1,6 @@
{if $captcha->isEnabled() && $captcha->isEnabledForForm($captchaForm)}
<div class="row">
{if $filename == 'index'}
{if $templatefile == 'homepage'}
<div class="domainchecker-homepage-captcha">
{/if}

Expand All @@ -25,7 +25,7 @@
</div>
{/if}

{if $filename == 'index'}
{if $templatefile == 'homepage'}
</div>
{/if}
</div>
Expand Down
1 change: 1 addition & 0 deletions js/scripts.js
Expand Up @@ -17681,6 +17681,7 @@ function submitIdAjaxModalClickEvent ()
}
if (!canContinue) {
btn.removeClass('disabled');
jQuery('#modalAjax .loader').hide();
return;
}
var modalForm = jQuery('#modalAjax').find('form');
Expand Down
6 changes: 3 additions & 3 deletions js/scripts.min.js

Large diffs are not rendered by default.

0 comments on commit 6e77e38

Please sign in to comment.