LAM Pro hint

This commit is contained in:
Roland Gruber 2017-11-23 18:40:04 +01:00
parent 2ff684d3af
commit 985acfb5f2
1 changed files with 9 additions and 6 deletions

View File

@ -6,13 +6,11 @@ use \LAMCfgMain;
use \htmlSpacer; use \htmlSpacer;
use \htmlOutputText; use \htmlOutputText;
use \htmlSelect; use \htmlSelect;
use \htmlElement;
use \htmlInputField; use \htmlInputField;
use \htmlGroup; use \htmlGroup;
use \htmlInputCheckbox; use \htmlInputCheckbox;
use \htmlButton; use \htmlButton;
use \htmlStatusMessage; use \htmlStatusMessage;
use \htmlHorizontalLine;
use \Ldap; use \Ldap;
use \htmlResponsiveRow; use \htmlResponsiveRow;
use \htmlDiv; use \htmlDiv;
@ -238,7 +236,7 @@ function display_LoginPage(LAMConfig $config_object, LAMCfgMain $cfgMain, $licen
<table border=0 width="100%" class="lamHeader ui-corner-all"> <table border=0 width="100%" class="lamHeader ui-corner-all">
<tr> <tr>
<td align="left" height="30"> <td align="left" height="30" width="34%">
<a class="lamLogo" href="http://www.ldap-account-manager.org/" target="new_window"> <a class="lamLogo" href="http://www.ldap-account-manager.org/" target="new_window">
LDAP Account Manager LDAP Account Manager
<?php <?php
@ -249,9 +247,14 @@ function display_LoginPage(LAMConfig $config_object, LAMCfgMain $cfgMain, $licen
?> ?>
</a> </a>
</td> </td>
<td align="right" height=20> <td align="center" height=30 width="34%">
<a class="margin-right5" href="./config/index.php"><IMG alt="configuration" src="../graphics/tools.png">&nbsp;<span class="hide-for-small"><?php echo _("LAM configuration") ?></span></a> <span class="hide-for-small">
</td> <a href="http://www.ldap-account-manager.org/lamcms/lamPro"> <?php if (!isLAMProVersion()) { echo (_("Want more features? Get LAM Pro!"));} ?> </a>
</span>
</td>
<td align="right" height=30 width="34%">
<a class="margin-right5" href="./config/index.php"><IMG alt="configuration" src="../graphics/tools.png">&nbsp;<span class="hide-for-small"><?php echo _("LAM configuration") ?></span></a>
</td>
</tr> </tr>
</table> </table>