moved config link to left
This commit is contained in:
parent
c872515dd6
commit
6defa6e979
|
@ -212,16 +212,16 @@ function display_LoginPage($config_object) {
|
||||||
</p>
|
</p>
|
||||||
<table width="100%" border="0">
|
<table width="100%" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<TD width="50%" align="left">
|
<td width="50%" align="left">
|
||||||
|
<a href="./config/index.php"><IMG alt="configuration" src="../graphics/tools.png"> <?php echo _("LAM configuration") ?></a>
|
||||||
|
</td>
|
||||||
|
<TD width="50%" align="right">
|
||||||
<?PHP
|
<?PHP
|
||||||
if (!isLAMProVersion()) {
|
if (!isLAMProVersion()) {
|
||||||
echo "<a href=\"http://lam.sourceforge.net/lamPro/index.htm\">" . _("Want more features? Get LAM Pro!") . "</a>";
|
echo "<a href=\"http://lam.sourceforge.net/lamPro/index.htm\">" . _("Want more features? Get LAM Pro!") . "</a>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</TD>
|
</TD>
|
||||||
<td width="50%" align="right">
|
|
||||||
<a href="./config/index.php"><IMG alt="configuration" src="../graphics/tools.png"> <?php echo _("LAM configuration") ?></a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<hr><br><br>
|
<hr><br><br>
|
||||||
|
|
Loading…
Reference in New Issue