File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343<?php
4444if (defined ('ZM_OPT_USE_REMEMBER_ME ' ) && ZM_OPT_USE_REMEMBER_ME ) {
4545?>
46- <div class="form-check mt-2 mb-2 ">
46+ <div class="form-check remember_me ">
4747 <input type="checkbox" class="form-check-input" id="inputRememberMe" name="remember_me" value="1"/>
4848 <label class="form-check-label" for="inputRememberMe"><?php echo translate ('RememberMe ' ) ?> </label>
4949 </div>
5959 <script src="https://www.google.com/recaptcha/api.js" async defer></script> ' ;
6060} ?>
6161 <button class="btn btn-lg btn-primary btn-block" type="submit"><?php echo translate ('Login ' ) ?> </button>
62+ </div>
6263<?php
6364 if (defined ('ZM_LOGIN_FOOTER ' )) {
6465 echo ZM_LOGIN_FOOTER ;
6566 }
6667?>
67- </div>
6868 </form>
6969<?php
7070} else {
You can’t perform that action at this time.
0 commit comments