mirror of
https://github.com/Mibew/i18n.git
synced 2025-02-02 09:34:41 +03:00
Fix paths in login-related forms
This commit is contained in:
parent
4e6eff55e5
commit
621f5951c4
@ -75,7 +75,7 @@ require_once('inc_errors.php');
|
||||
<input type="image" name="login" src="<?php echo $webimroot . htmlspecialchars(getlocal("image.button.login")) ?>" alt="<?php echo htmlspecialchars(getlocal("button.enter")) ?>"/>
|
||||
|
||||
<div class="links">
|
||||
<a href="restore.php"><?php echo getlocal("restore.pwd.message") ?></a><br/>
|
||||
<a href="<?php echo $webimroot ?>/operator/restore.php"><?php echo getlocal("restore.pwd.message") ?></a><br/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -37,7 +37,7 @@ function tpl_content() {
|
||||
<?php echo getlocal("resetpwd.changed") ?>
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="login.php?login=<?php echo urlencode($page['loginname']) ?>"><?php echo getlocal("resetpwd.login") ?></a>
|
||||
<a href="<?php echo $webimroot ?>/operator/login.php?login=<?php echo urlencode($page['loginname']) ?>"><?php echo getlocal("resetpwd.login") ?></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -91,11 +91,11 @@ require_once('inc_errors.php');
|
||||
</tr></table>
|
||||
|
||||
<div class="links">
|
||||
<a href="login.php"><?php echo getlocal("restore.back_to_login") ?></a>
|
||||
<a href="<?php echo $webimroot ?>/operator/login.php"><?php echo getlocal("restore.back_to_login") ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<a href="login.php"><?php echo getlocal("restore.back_to_login") ?></a>
|
||||
<a href="<?php echo $webimroot ?>/operator/login.php"><?php echo getlocal("restore.back_to_login") ?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
|
@ -37,7 +37,7 @@ function tpl_content() {
|
||||
<?php echo getlocal("restore.sent") ?>
|
||||
<br/>
|
||||
<br/>
|
||||
<a href="login.php"><?php echo getlocal("restore.back_to_login") ?></a>
|
||||
<a href="<?php echo $webimroot ?>/operator/login.php"><?php echo getlocal("restore.back_to_login") ?></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -71,11 +71,11 @@ require_once('inc_errors.php');
|
||||
<div class="fbutton">
|
||||
<table class="submitbutton"><tr>
|
||||
<td><a href="javascript:document.restoreForm.submit();">
|
||||
<img src='<?php echo $webimroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
|
||||
<img src="<?php echo $webimroot ?>/images/submit.gif" width="40" height="35" border="0" alt="" /></a></td>
|
||||
<td class="submit"><a href="javascript:document.restoreForm.submit();">
|
||||
<?php echo getlocal("restore.submit") ?></a></td>
|
||||
<td><a href="javascript:document.restoreForm.submit();">
|
||||
<img src='<?php echo $webimroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
|
||||
<img src="<?php echo $webimroot ?>/images/submitrest.gif" width="10" height="35" border="0" alt="" /></a></td>
|
||||
</tr></table>
|
||||
|
||||
<div class="links">
|
||||
|
Loading…
Reference in New Issue
Block a user