Browse Source

Generic custompages : css ameliorations

Noel Dieschburg 13 years ago
parent
commit
fa4832ef87

+ 5 - 1
custompages/index-logged.php

@@ -1,4 +1,8 @@
-<?php require_once('main/inc/global.inc.php');
+<?php 
+echo "toto";
+require_once('main/inc/global.inc.php');
 //require_once api_get_path(LIBRARY_PATH).'usermanager.lib.php';
+echo "toto";
 
 header("Location: /user_portal.php");
+?>

+ 0 - 1
custompages/index-unlogged.php

@@ -77,7 +77,6 @@ if (isset($_GET['loginFailed'])){
       <span><?php echo cblue_get_lang('LoginEnter');?></span>
 			</div> <!-- #form-submit -->
 			<div id="links">
-      <a href="main/auth/inscription.php"><?php echo cblue_get_lang('langReg')?></a><br />
       <a href="main/auth/lostPassword.php"><?php echo cblue_get_lang('langLostPassword')?></a>
 			</div>
 		</div> <!-- #form -->

+ 1 - 1
custompages/lostpassword.php

@@ -33,7 +33,7 @@ require_once('language.php');
 			<img src="../../custompages/images/header.png" alt="Ambassador logo" />
 		</div> <!-- #header -->
 <?php echo '<div id="registration-form-info" class="form-info">'.cblue_get_lang('lang_enter_email_and_well_send_you_password').'</div>'; ?>
-		<div id="lostpassword-form-box">
+		<div id="lostpassword-form-box" class="form-box">
 		<?php if (isset($form_error) && !empty($form_error)) {
 			echo '<div id="registration-form-error" class="form-error"><ul>'.$form_error.'</ul></div>';
 		}?>

+ 3 - 3
custompages/style-ie6.css

@@ -52,7 +52,7 @@ body {
 	text-align: center;
 }
 
-#login-form-box, #registration-form-box, #lostpassword-form-box {
+.form-box {
 	width: 310px;
 	margin-left: auto;
 	margin-right: auto;
@@ -62,7 +62,7 @@ body {
 	/*background-color: white;*/
 }
 
-#login-form, #registration-form, #lostpassword-form {
+.form {
 	margin-left: 15px;
 	margin-right: 15px;
 	margin-top: 30px;
@@ -71,7 +71,7 @@ body {
 	text-align: left;
 }
 
-#login-form-submit, #registration-form-submit, #lostpassword-form-submit {
+.form-submit {
 	margin: 0;
 	padding: 0;
 	width: 310px;

+ 3 - 3
custompages/style.css

@@ -50,7 +50,7 @@ body {
 	text-align: center;
 }
 
-#login-form-box, #registration-form-box, #lostpassword-form-box {
+.form-box {
 	width: 310px;
 	margin-left: auto;
 	margin-right: auto;
@@ -60,7 +60,7 @@ body {
 	background-color: white;
 }
 
-#login-form, #registration-form, #lostpassword-form {
+.form {
 	margin-left: 15px;
 	margin-right: 15px;
 	margin-top: 30px;
@@ -69,7 +69,7 @@ body {
 	text-align: left;
 }
 
-#login-form-submit, #registration-form-submit, #lostpassword-form-submit {
+.form-submit {
 	margin: 0;
 	padding: 0;
 	width: 310px;