HTML fixes

This commit is contained in:
Roland Gruber 2007-12-31 12:37:00 +00:00
parent acea61ed9f
commit 0e801e3a1a
5 changed files with 19 additions and 19 deletions

View File

@ -5,13 +5,13 @@
<style>
<!--
h2 {
color:darkblue;
color:#000080;
}
h3 {
color:darkblue;
color:#000080;
}
h4 {
color:darkblue;
color:#000080;
}
table {
background-color:#bdcaff;

View File

@ -7,13 +7,13 @@
<style>
<!--
h2 {
color:darkblue;
color:#000080;
}
h3 {
color:darkblue;
color:#000080;
}
h4 {
color:darkblue;
color:#000080;
}
table {
background-color:#bdcaff;

View File

@ -143,7 +143,7 @@ if ($_POST['submit']) {
<tr><td>
<fieldset>
<legend><b> <?php echo _("Security settings"); ?> </b></legend>
<p>
<br>
<table cellspacing="0" border="0">
<!-- session timeout -->
<tr>
@ -196,7 +196,7 @@ if ($_POST['submit']) {
<BR>
<fieldset>
<legend><b> <?php echo _("Logging"); ?> </b></legend>
<p>
<br>
<table cellspacing="0" border="0">
<!-- log level -->
<tr>
@ -287,7 +287,7 @@ if ($_POST['submit']) {
<BR>
<fieldset>
<legend><b> <?php echo _("Change master password"); ?> </b></legend>
<p>
<br>
<table cellspacing="0" border="0">
<!-- set master password -->
<tr>

View File

@ -149,7 +149,7 @@ if (!isset($cfg->default)) {
<tr><td>
<fieldset>
<legend><b> <?php echo _("Profile management"); ?> </b></legend>
<p>
<br>
<table cellspacing=0 border=0>
<!-- add profile -->
@ -195,7 +195,7 @@ if (!isset($cfg->default)) {
</tr>
<tr>
<td colspan=4>&nbsp</td>
<td colspan=4>&nbsp;</td>
</tr>
<!-- rename profile -->
@ -229,7 +229,7 @@ if (!isset($cfg->default)) {
</tr>
<tr>
<td colspan=4>&nbsp</td>
<td colspan=4>&nbsp;</td>
</tr>
<!-- delete profile -->
@ -259,7 +259,7 @@ if (!isset($cfg->default)) {
</tr>
<tr>
<td colspan=4>&nbsp</td>
<td colspan=4>&nbsp;</td>
</tr>
<!-- set profile password -->
@ -302,7 +302,7 @@ if (!isset($cfg->default)) {
</tr>
<tr>
<td colspan=4>&nbsp</td>
<td colspan=4>&nbsp;</td>
</tr>
<!-- change default profile -->
@ -341,17 +341,17 @@ if (!isset($cfg->default)) {
</fieldset>
</td></tr>
</table>
<p>&nbsp</p>
<p>&nbsp;</p>
<!-- password field and submit button -->
<b>
<?php echo _("Master password"); ?>:
</b>
&nbsp
&nbsp;
<input type="password" name="passwd">
&nbsp
&nbsp;
<input type="submit" name="submit" value=" <?php echo _("Ok"); ?> ">
&nbsp
&nbsp;
<?PHP
// help link
echo "<a href=\"../help.php?HelpNumber=236\" target=\"lamhelp\">";

View File

@ -225,7 +225,7 @@ function display_LoginPage($config_object) {
<table width="580">
<tr>
<td style="border-style:none" height="70" colspan="2" align="center">
<font color="darkblue"><b><big><?php echo _("Please select your user name and enter your password to log in."); ?></big></b></font>
<font color="#000080"><b><big><?php echo _("Please select your user name and enter your password to log in."); ?></big></b></font>
</td>
</tr>
<tr>