moved config link to left

This commit is contained in:
Roland Gruber 2009-05-03 18:23:25 +00:00
parent c872515dd6
commit 6defa6e979
1 changed files with 4 additions and 4 deletions

View File

@ -212,16 +212,16 @@ function display_LoginPage($config_object) {
</p>
<table width="100%" border="0">
<tr>
<TD width="50%" align="left">
<td width="50%" align="left">
<a href="./config/index.php"><IMG alt="configuration" src="../graphics/tools.png">&nbsp;<?php echo _("LAM configuration") ?></a>
</td>
<TD width="50%" align="right">
<?PHP
if (!isLAMProVersion()) {
echo "<a href=\"http://lam.sourceforge.net/lamPro/index.htm\">" . _("Want more features? Get LAM Pro!") . "</a>";
}
?>
</TD>
<td width="50%" align="right">
<a href="./config/index.php"><IMG alt="configuration" src="../graphics/tools.png">&nbsp;<?php echo _("LAM configuration") ?></a>
</td>
</tr>
</table>
<hr><br><br>