changed button sizes and added the forgot password link to the client_cfg.cpp

This commit is contained in:
Quitta 2013-09-21 00:28:53 +02:00
parent 54342837ff
commit b03930ce00
5 changed files with 17 additions and 20 deletions

View file

@ -327,7 +327,7 @@ CClientConfig::CClientConfig()
ConditionsTermsURL = "https://secure.ryzom.com/signup/terms_of_use.php"; ConditionsTermsURL = "https://secure.ryzom.com/signup/terms_of_use.php";
EditAccountURL = "http://shard.ryzomcore.org/ams/index.php?page=settings"; EditAccountURL = "http://shard.ryzomcore.org/ams/index.php?page=settings";
BetaAccountURL = "http://www.ryzom.com/profile"; BetaAccountURL = "http://www.ryzom.com/profile";
ForgetPwdURL = "https://secure.ryzom.com/payment_profile/lost_secure_password.php"; ForgetPwdURL = "http://shard.ryzomcore.org/ams/index.php?page=forgot_password";
FreeTrialURL = "http://www.ryzom.com/join/?freetrial=1"; FreeTrialURL = "http://www.ryzom.com/join/?freetrial=1";
LoginSupportURL = "http://shard.ryzomcore.org/ams/index.php"; LoginSupportURL = "http://shard.ryzomcore.org/ams/index.php";
Position = CVector(0.f, 0.f, 0.f); // Default Position. Position = CVector(0.f, 0.f, 0.f); // Default Position.

View file

@ -16,6 +16,9 @@ email_tooltip = "The emailaddress related to the account of which you forgot the
email_default = "Email" email_default = "Email"
email_doesnt_exist = "That emailaddress doesn't match any user!" email_doesnt_exist = "That emailaddress doesn't match any user!"
email_sent = "An email with further instructions has been sent to the emailaddress!" email_sent = "An email with further instructions has been sent to the emailaddress!"
register_message ="<strong>Register</strong> If you don't have an account yet, create one "
here = "here"
login_message = "You can always try to login by clicking "
[reset_password] [reset_password]
title = "Reset your password" title = "Reset your password"

View file

@ -15,6 +15,9 @@ email_tooltip = "le emailaddress liee au compte dont vous avez oublie le mot de
email_default = "Email" email_default = "Email"
email_doesnt_exist = "C'est emailaddress ne correspond pas a n'importe quel utilisateur!" email_doesnt_exist = "C'est emailaddress ne correspond pas a n'importe quel utilisateur!"
email_sent = "Un e-mail avec des instructions a ete envoye a l'adresse email!" email_sent = "Un e-mail avec des instructions a ete envoye a l'adresse email!"
register_message ="<strong> Inscrivez-vous </strong> Si vous n'avez pas encore de compte, creez-en un "
here = "ici"
login_message = "vous pouvez toujours fait au bon chance a "
[reset_password] [reset_password]
title = "reset votre email" title = "reset votre email"

View file

@ -37,16 +37,15 @@
{$email_sent} {$email_sent}
</div> </div>
{/if} {/if}
<input type="hidden" name="function" value="forgot_password"> <input type="hidden" name="function" value="forgot_password">
<div class="control-group"> <p class="center span5">
<label class="control-label"></label> <button type="submit" class="btn btn-primary" >Send me the reset link</button>
<div class="controls"> </p>
<button type="submit" class="btn btn-large btn-primary" >Send me the reset link</button>
</div>
</div>
</form> </form>
<div class="alert alert-info">
{$register_message} <a href="?page=register">{$here}</a>.<br/> {$login_message} <a href="?page=login">{$here}</a>
</div>
</div><!--/span--> </div><!--/span-->
</div><!--/row--> </div><!--/row-->

View file

@ -106,17 +106,9 @@
{/if} {/if}
<input type="hidden" name="function" value="add_user"> <input type="hidden" name="function" value="add_user">
<div class="control-group"> <p class="center span5">
<label class="control-label"></label> <button type="submit" class="btn btn-primary" >Create My Account</button>
<div class="controls"> </p>
<button type="submit" class="btn btn-large btn-primary" >Create My Account</button>
</div>
</div>
</form> </form>