Fix typo in _usr files

This commit is contained in:
John Crisp 2025-06-18 15:40:41 +02:00
parent 322d3b7038
commit 37361c8c3f
4 changed files with 33 additions and 33 deletions

View File

@ -16,7 +16,7 @@
<br><br> <br><br>
<table class="table table-bordered user-table-max-wdith"> <table class="table table-bordered user-table-max-width">
<thead> <thead>
<tr> <tr>
<th class="col-sm"> <th class="col-sm">

View File

@ -1,11 +1,11 @@
<div> <div>
% my $btn = l('usr_LOCK'); % my $btn = l('usr_LOCK');
<form action="/smanager/useraccountsd" method="POST"> <form action="/smanager/useraccountsd" method="POST">
%#= form_for '/useraccountsd' => (method => 'POST') => begin %#= form_for '/useraccountsd' => (method => 'POST') => begin
<div> <div>
<h2><%= l 'usr_LOCK_ACCOUNT_TITLE' %></h2> <h2><%= l 'usr_LOCK_ACCOUNT_TITLE' %></h2>
</div> </div>
@ -13,12 +13,12 @@
<div> <div>
Needs a text change in the Lex files Needs a text change in the Lex files
<br> <br>
<%= $c->l('usr_LOCK_DESC', $usr_datas->{user}, $usr_datas->{name} ) %> <%= $c->l('usr_LOCK_DESC', $usr_datas->{user}, $usr_datas->{name} ) %>
</div> </div>
<br><br> <br><br>
<table class="table table-bordered user-table-max-wdith"> <table class="table table-bordered user-table-max-width">
<thead> <thead>
<tr> <tr>
<th class="col-sm"> <th class="col-sm">
@ -50,8 +50,8 @@
%= hidden_field 'trt' => $usr_datas->{trt} %= hidden_field 'trt' => $usr_datas->{trt}
%= hidden_field 'user' => $usr_datas->{user} %= hidden_field 'user' => $usr_datas->{user}
%= hidden_field 'name' => $usr_datas->{name} %= hidden_field 'name' => $usr_datas->{name}
</form> </form>
%# end %# end
</div> </div>

View File

@ -18,7 +18,7 @@
<br> <br>
<table class="table table-bordered user-table-max-wdith"> <table class="table table-bordered user-table-max-width">
<thead> <thead>
<tr> <tr>
<th class="col-sm"> <th class="col-sm">

View File

@ -3,75 +3,75 @@
% my $btn = l('SAVE'); % my $btn = l('SAVE');
<form action="/smanager/useraccountsd" method="POST"> <form action="/smanager/useraccountsd" method="POST">
%#= form_for '/useraccountsd' => (method => 'POST') => begin %#= form_for '/useraccountsd' => (method => 'POST') => begin
<div> <div>
<h2><%= l 'PASSWORD_RESET' %></h2> <h2><%= l 'PASSWORD_RESET' %></h2>
</div> </div>
<br> <br>
<div> <div>
<%= l 'usr_SYSTEM_PASSWORD_DESCRIPTION' %> <%= l 'usr_SYSTEM_PASSWORD_DESCRIPTION' %>
</div> </div>
<br> <br>
<div> <div>
<%=l 'usr_CURRENT_SYSTEM_PASSWORD' %> <%=l 'usr_CURRENT_SYSTEM_PASSWORD' %>
</div> </div>
<br> <br>
<div class="row g-3 align-items-center"> <div class="row g-3 align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<input name="CurPass" id="Pass" type="password" class="form-control sme-password" placeholder="Current Password"> <input name="CurPass" id="Pass" type="password" class="form-control sme-password" placeholder="Current Password">
</div> </div>
</div> </div>
<br> <br>
<div> <div>
<%= l 'usr_NEW_SYSTEM_PASSWORD' %> <%= l 'usr_NEW_SYSTEM_PASSWORD' %>
</div> </div>
<br> <br>
<div class="row g-3 align-items-center"> <div class="row g-3 align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<input name="Pass" id="Pass" type="password" class="form-control sme-password" placeholder="New Password"> <input name="Pass" id="Pass" type="password" class="form-control sme-password" placeholder="New Password">
</div> </div>
</div> </div>
<br> <br>
<div> <div>
<%= l 'usr_NEW_SYSTEM_PASSWORD_VERIFY' %> <%= l 'usr_NEW_SYSTEM_PASSWORD_VERIFY' %>
</div> </div>
<br> <br>
<div class="row g-3 align-items-center"> <div class="row g-3 align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<input name="PassVerify" id="PassVerify" type="password" class="form-control sme-password" placeholder="New Password verify"> <input name="PassVerify" id="PassVerify" type="password" class="form-control sme-password" placeholder="New Password verify">
</div> </div>
</div> </div>
<br> <br>
<br> <br>
<div class="row g-3 align-items-center"> <div class="row g-3 align-items-center">
<div class="col-md-2"> <div class="col-md-2">
<button type="submit" class="btn btn-primary"><%= $btn %></button> <button type="submit" class="btn btn-primary"><%= $btn %></button>
</div> </div>
</div> </div>
%= hidden_field 'trt' => $usr_datas->{trt} %= hidden_field 'trt' => $usr_datas->{trt}
%= hidden_field 'user' => $usr_datas->{user} %= hidden_field 'user' => $usr_datas->{user}
%= hidden_field 'name' => $usr_datas->{name} %= hidden_field 'name' => $usr_datas->{name}
%# end %# end
</form> </form>