css
This commit is contained in:
parent
2e3b6b2fc8
commit
4e7549ab7d
@ -196,7 +196,7 @@ if ($disablenofollow) {
|
|||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ($captcha) {
|
if (!empty($captcha)) {
|
||||||
// Add a variable param to force not using cache (jmobile)
|
// Add a variable param to force not using cache (jmobile)
|
||||||
$php_self = preg_replace('/[&\?]time=(\d+)/', '', $php_self); // Remove param time
|
$php_self = preg_replace('/[&\?]time=(\d+)/', '', $php_self); // Remove param time
|
||||||
if (preg_match('/\?/', $php_self)) {
|
if (preg_match('/\?/', $php_self)) {
|
||||||
@ -208,7 +208,7 @@ if ($captcha) {
|
|||||||
?>
|
?>
|
||||||
<!-- Captcha -->
|
<!-- Captcha -->
|
||||||
<div class="trinputlogin">
|
<div class="trinputlogin">
|
||||||
<div class="tagtd none valignmiddle tdinputlogin">
|
<div class="tagtd none valignmiddle tdinputlogin nowrap">
|
||||||
|
|
||||||
<span class="fa fa-unlock"></span>
|
<span class="fa fa-unlock"></span>
|
||||||
<span class="span-icon-security inline-block">
|
<span class="span-icon-security inline-block">
|
||||||
|
|||||||
@ -146,7 +146,7 @@ if (!empty($captcha)) {
|
|||||||
?>
|
?>
|
||||||
<!-- Captcha -->
|
<!-- Captcha -->
|
||||||
<div class="trinputlogin">
|
<div class="trinputlogin">
|
||||||
<div class="tagtd tdinputlogin nowraponall none valignmiddle">
|
<div class="tagtd tdinputlogin nowrap none valignmiddle">
|
||||||
|
|
||||||
<span class="fa fa-unlock"></span>
|
<span class="fa fa-unlock"></span>
|
||||||
<span class="nofa inline-block">
|
<span class="nofa inline-block">
|
||||||
@ -186,7 +186,7 @@ if (!empty($morelogincontent)) {
|
|||||||
<div id="login_line2" style="clear: both">
|
<div id="login_line2" style="clear: both">
|
||||||
|
|
||||||
<!-- Button "Regenerate and Send password" -->
|
<!-- Button "Regenerate and Send password" -->
|
||||||
<br><input type="submit" <?php echo $disabled; ?> class="button" name="button_password" value="<?php echo $langs->trans('SendNewPassword'); ?>" tabindex="4" />
|
<br><input type="submit" <?php echo $disabled; ?> class="button small" name="button_password" value="<?php echo $langs->trans('SendNewPassword'); ?>" tabindex="4" />
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<div class="center" style="margin-top: 15px;">
|
<div class="center" style="margin-top: 15px;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user