HTML fixes
This commit is contained in:
		
							parent
							
								
									acea61ed9f
								
							
						
					
					
						commit
						0e801e3a1a
					
				|  | @ -5,13 +5,13 @@ | |||
|   <style> | ||||
| <!-- | ||||
| 	h2 { | ||||
| 		color:darkblue; | ||||
| 		color:#000080; | ||||
| 	} | ||||
| 	h3 { | ||||
| 		color:darkblue; | ||||
| 		color:#000080; | ||||
| 	} | ||||
| 	h4 { | ||||
| 		color:darkblue; | ||||
| 		color:#000080; | ||||
| 	} | ||||
| 	table { | ||||
| 		background-color:#bdcaff; | ||||
|  |  | |||
|  | @ -7,13 +7,13 @@ | |||
|   <style> | ||||
| <!-- | ||||
| 	h2 { | ||||
| 		color:darkblue; | ||||
| 		color:#000080; | ||||
| 	} | ||||
| 	h3 { | ||||
| 		color:darkblue; | ||||
| 		color:#000080; | ||||
| 	} | ||||
| 	h4 { | ||||
| 		color:darkblue; | ||||
| 		color:#000080; | ||||
| 	} | ||||
| 	table { | ||||
| 		background-color:#bdcaff; | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
|  | @ -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> </td> | ||||
| 					<td colspan=4> </td> | ||||
| 				</tr> | ||||
| 
 | ||||
| 				<!-- rename profile --> | ||||
|  | @ -229,7 +229,7 @@ if (!isset($cfg->default)) { | |||
| 				</tr> | ||||
| 
 | ||||
| 				<tr> | ||||
| 					<td colspan=4> </td> | ||||
| 					<td colspan=4> </td> | ||||
| 				</tr> | ||||
| 
 | ||||
| 				<!-- delete profile --> | ||||
|  | @ -259,7 +259,7 @@ if (!isset($cfg->default)) { | |||
| 				</tr> | ||||
| 
 | ||||
| 				<tr> | ||||
| 					<td colspan=4> </td> | ||||
| 					<td colspan=4> </td> | ||||
| 				</tr> | ||||
| 
 | ||||
| 				<!-- set profile password --> | ||||
|  | @ -302,7 +302,7 @@ if (!isset($cfg->default)) { | |||
| 				</tr> | ||||
| 
 | ||||
| 				<tr> | ||||
| 					<td colspan=4> </td> | ||||
| 					<td colspan=4> </td> | ||||
| 				</tr> | ||||
| 
 | ||||
| 				<!-- change default profile --> | ||||
|  | @ -341,17 +341,17 @@ if (!isset($cfg->default)) { | |||
| 			</fieldset> | ||||
| 			</td></tr> | ||||
| 			</table> | ||||
| 			<p> </p> | ||||
| 			<p> </p> | ||||
| 
 | ||||
| 			<!-- password field and submit button --> | ||||
| 			<b> | ||||
| 				<?php echo _("Master password"); ?>:
 | ||||
| 			</b> | ||||
| 			  | ||||
| 			  | ||||
| 			<input type="password" name="passwd"> | ||||
| 			  | ||||
| 			  | ||||
| 			<input type="submit" name="submit" value=" <?php echo _("Ok"); ?> "> | ||||
| 			  | ||||
| 			  | ||||
| 			<?PHP | ||||
| 				// help link
 | ||||
| 				echo "<a href=\"../help.php?HelpNumber=236\" target=\"lamhelp\">"; | ||||
|  |  | |||
|  | @ -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> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue