some layout changes
This commit is contained in:
parent
52fa60dd38
commit
306f9999b7
|
@ -101,10 +101,11 @@ echo "<form action=\"o_daemon.php\" method=\"post\">\n";
|
||||||
echo "<p> </p>\n";
|
echo "<p> </p>\n";
|
||||||
|
|
||||||
// lamdaemon
|
// lamdaemon
|
||||||
|
echo "<p><b>Lamdaemon.pl:</b></p>\n";
|
||||||
echo "<p>" . _("If you want to manage quotas and homedirectories with LAM you need to setup lamdaemon.pl.") .
|
echo "<p>" . _("If you want to manage quotas and homedirectories with LAM you need to setup lamdaemon.pl.") .
|
||||||
"<br><br>" .
|
"<br>" .
|
||||||
_("This is the server and path where the lamdaemon.pl script is stored. LDAP Account Manager will make a SSH connection to this server with username and password provided at login.") .
|
_("This is the server and path where the lamdaemon.pl script is stored. LDAP Account Manager will make a SSH connection to this server with username and password provided at login.") .
|
||||||
"<br><br><b>" . _("Use it at your own risk and read the documentation for lamdaemon before you use it!") . "</b><br><br></p>\n";
|
"<br><br><font color=red>" . _("Use it at your own risk and read the documentation for lamdaemon before you use it!") . "</font><br><br></p>\n";
|
||||||
|
|
||||||
echo ("<table border=0>");
|
echo ("<table border=0>");
|
||||||
|
|
||||||
|
@ -122,13 +123,13 @@ echo ("</tr>\n");
|
||||||
echo "<p><br></p>\n";
|
echo "<p><br></p>\n";
|
||||||
|
|
||||||
// PDF text
|
// PDF text
|
||||||
|
echo "<p><b>" . _("PDF text") . ":</b></p>\n";
|
||||||
echo "<p>" . _("This text will appear on top of every user PDF file.") . "</p>\n";
|
echo "<p>" . _("This text will appear on top of every user PDF file.") . "</p>\n";
|
||||||
|
|
||||||
echo ("<table border=0>");
|
echo ("<table border=0>");
|
||||||
|
|
||||||
echo ("<tr><td align=\"right\"><b>".
|
echo "<tr>";
|
||||||
_("Text for user PDF") . ": </b></td>".
|
echo "<td><textarea name=\"pdf_usertext\" cols=\"80\" rows=\"5\">" . $_SESSION['confwiz_config']->get_pdftext() . "</textarea></td>\n";
|
||||||
"<td><textarea name=\"pdf_usertext\" cols=\"80\" rows=\"5\">" . $_SESSION['confwiz_config']->get_pdftext() . "</textarea></td>\n");
|
|
||||||
echo ("</tr>\n");
|
echo ("</tr>\n");
|
||||||
|
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
|
|
@ -98,8 +98,8 @@ echo "<form action=\"o_lang.php\" method=\"post\">\n";
|
||||||
echo "<p> </p>\n";
|
echo "<p> </p>\n";
|
||||||
|
|
||||||
// language
|
// language
|
||||||
echo "<p>" . _("Please select your prefered language.") . "<br>\n";
|
echo "<p><b>" . _("Please select your prefered language.") . "</b></p>\n";
|
||||||
echo _("This defines the language of the login window and sets this language as the default language. Users can change the language at login.") .
|
echo "<p>" . _("This defines the language of the login window and sets this language as the default language. Users can change the language at login.") .
|
||||||
"<br><br></p>\n";
|
"<br><br></p>\n";
|
||||||
|
|
||||||
echo ("<table border=0>");
|
echo ("<table border=0>");
|
||||||
|
@ -142,6 +142,7 @@ echo "<form action=\"o_lang.php\" method=\"post\">\n";
|
||||||
echo "<p><br></p>\n";
|
echo "<p><br></p>\n";
|
||||||
|
|
||||||
// admin users
|
// admin users
|
||||||
|
echo "<p><b>" . _("Valid users:") . "</b></p>\n";
|
||||||
echo "<p>" . _("If you want more than one user to login to LAM please enter its DN(s) here. Multiple entries are seperated by semicolons.") . "</p>\n";
|
echo "<p>" . _("If you want more than one user to login to LAM please enter its DN(s) here. Multiple entries are seperated by semicolons.") . "</p>\n";
|
||||||
echo "<p><b>" . _("Example") . ": </b>cn=admin,dc=yourdomain,dc=org;cn=manager,dc=yourdomain,dc=org<br><br></p>\n";
|
echo "<p><b>" . _("Example") . ": </b>cn=admin,dc=yourdomain,dc=org;cn=manager,dc=yourdomain,dc=org<br><br></p>\n";
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@ echo "<form action=\"server.php\" method=\"post\">\n";
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td colspan=2>\n";
|
echo "<td colspan=2>\n";
|
||||||
echo _("Please enter the URL of your LDAP server.") . "<br><br><b>" .
|
echo _("Please enter the URL of your LDAP server.") . "<br><br><b>" .
|
||||||
_("Examples") . ":</b><br><br>ldap://myserver.mydomain.org<br>ldaps:myserver.mydomain.org<br>localhost:389" . "\n";
|
_("Examples") . ":</b><br><br>ldap://myserver.mydomain.org<br>ldaps://myserver.mydomain.org<br>localhost:389" . "\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
echo "<tr><td colspan=2> </td></tr>\n";
|
echo "<tr><td colspan=2> </td></tr>\n";
|
||||||
|
|
Loading…
Reference in New Issue