changed button sizes and added the forgot password link to the client_cfg.cpp
--HG-- branch : quitta-gsoc-2013
This commit is contained in:
parent
cf8251f25f
commit
43e356cda1
5 changed files with 17 additions and 20 deletions
|
@ -327,7 +327,7 @@ CClientConfig::CClientConfig()
|
|||
ConditionsTermsURL = "https://secure.ryzom.com/signup/terms_of_use.php";
|
||||
EditAccountURL = "http://shard.ryzomcore.org/ams/index.php?page=settings";
|
||||
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";
|
||||
LoginSupportURL = "http://shard.ryzomcore.org/ams/index.php";
|
||||
Position = CVector(0.f, 0.f, 0.f); // Default Position.
|
||||
|
|
|
@ -16,6 +16,9 @@ email_tooltip = "The emailaddress related to the account of which you forgot the
|
|||
email_default = "Email"
|
||||
email_doesnt_exist = "That emailaddress doesn't match any user!"
|
||||
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]
|
||||
title = "Reset your password"
|
||||
|
|
|
@ -15,6 +15,9 @@ email_tooltip = "le emailaddress liee au compte dont vous avez oublie le mot de
|
|||
email_default = "Email"
|
||||
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!"
|
||||
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]
|
||||
title = "reset votre email"
|
||||
|
|
|
@ -37,16 +37,15 @@
|
|||
{$email_sent}
|
||||
</div>
|
||||
{/if}
|
||||
<input type="hidden" name="function" value="forgot_password">
|
||||
<div class="control-group">
|
||||
<label class="control-label"></label>
|
||||
<div class="controls">
|
||||
<button type="submit" class="btn btn-large btn-primary" >Send me the reset link</button>
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="function" value="forgot_password">
|
||||
<p class="center span5">
|
||||
<button type="submit" class="btn btn-primary" >Send me the reset link</button>
|
||||
</p>
|
||||
|
||||
</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><!--/row-->
|
||||
|
|
|
@ -106,17 +106,9 @@
|
|||
{/if}
|
||||
|
||||
<input type="hidden" name="function" value="add_user">
|
||||
<div class="control-group">
|
||||
<label class="control-label"></label>
|
||||
<div class="controls">
|
||||
<button type="submit" class="btn btn-large btn-primary" >Create My Account</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<p class="center span5">
|
||||
<button type="submit" class="btn btn-primary" >Create My Account</button>
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue