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>
<table class="table table-bordered user-table-max-wdith">
<table class="table table-bordered user-table-max-width">
<thead>
<tr>
<th class="col-sm">

View File

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

View File

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

View File

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