add (disabled) reg prompt in login form
This commit is contained in:
parent
a0044f2485
commit
4fc1580a13
|
@ -101,6 +101,11 @@ window.onload = init;
|
||||||
<label for="remember_me">Remember me on this computer</label>
|
<label for="remember_me">Remember me on this computer</label>
|
||||||
</td></tr> -->
|
</td></tr> -->
|
||||||
<tr><td colspan="2" align="right" class="innerLoginCell">
|
<tr><td colspan="2" align="right" class="innerLoginCell">
|
||||||
|
|
||||||
|
<?php if (defined('_ENABLE_REGISTRATION')) { ?>
|
||||||
|
<a class="newAcctPrompt" href="register.php">Create new account</a>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<input type="submit" class="button" value="<?php echo __('Log in') ?>" name='click'>
|
<input type="submit" class="button" value="<?php echo __('Log in') ?>" name='click'>
|
||||||
<input type="hidden" name="action" value="login">
|
<input type="hidden" name="action" value="login">
|
||||||
<input type="hidden" name="rt"
|
<input type="hidden" name="rt"
|
||||||
|
|
Loading…
Reference in New Issue