mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Missing Translation on Login Page - fixed #106
This commit is contained in:
@@ -5,5 +5,5 @@
|
|||||||
<?php echo Form::hidden('csrf', Security::token()); ?>
|
<?php echo Form::hidden('csrf', Security::token()); ?>
|
||||||
<label><?php echo __('Username', 'users'); ?></label><input name="username" type="text" class="input-large" />
|
<label><?php echo __('Username', 'users'); ?></label><input name="username" type="text" class="input-large" />
|
||||||
<label><?php echo __('Password', 'users'); ?></label><input name="password" type="password" class="input-large" />
|
<label><?php echo __('Password', 'users'); ?></label><input name="password" type="password" class="input-large" />
|
||||||
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Enter', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a></td></tr>
|
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Log In', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a></td></tr>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user