|
|
|
@ -92,7 +92,7 @@ $rootWeb = api_get_path('WEB_PATH'); |
|
|
|
|
<div> |
|
|
|
|
<label for="login">*<?php echo custompages_get_lang('User');?></label>
|
|
|
|
|
<input name="login" type="text" /><br /> |
|
|
|
|
<label for="password">*<?php echo custompages_get_lang('langPass');?></label>
|
|
|
|
|
<label for="password">*<?php echo custompages_get_lang('Password');?></label>
|
|
|
|
|
<input name="password" type="password" /><br /> |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
@ -103,12 +103,12 @@ $rootWeb = api_get_path('WEB_PATH'); |
|
|
|
|
|
|
|
|
|
<?php if (api_get_setting('allow_registration') === 'true') { ?> |
|
|
|
|
<a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/inscription.php?language=<?php echo api_get_interface_language(); ?>">
|
|
|
|
|
<?php echo custompages_get_lang('langReg')?> |
|
|
|
|
<?php echo custompages_get_lang('Registration')?> |
|
|
|
|
</a><br /> |
|
|
|
|
<?php } ?> |
|
|
|
|
|
|
|
|
|
<a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/lostPassword.php?language=<?php echo api_get_interface_language(); ?>">
|
|
|
|
|
<?php echo custompages_get_lang('langLostPassword')?> |
|
|
|
|
<?php echo custompages_get_lang('LostPassword')?> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> <!-- #form --> |
|
|
|
|