Password style changes

Melina Gamboa 2021-06-08 20:00:47 +02:00 committed by root
parent 80990552b3
commit 2218490763
1 changed files with 17 additions and 11 deletions

View File

@ -114,18 +114,24 @@
<!-- Modal Body -->
<div class="modal-body">
<form id="modalPasswdUserForm" class="form-inline form-label-left">
<div class="x_content" style="padding: 0px;">
<div class="row">
This is a proposed password.<br>
Change it for the one desired for this user. <br>
REMEMBER TO COPY THIS PASSWORD AS IT IS THE ONLY TIME YOU WILL SEE IT
<div class="x_panel">
<div class="x_title">
<h4>REMEMBER TO COPY THIS PASSWORD AS IT IS THE ONLY TIME YOU WILL SEE IT</h4>
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12">
<input id="id" hidden/>
<label class="control-label" for="password">Password <span class="required">*</span>
</label>
<input id="password" class="roundbox" name="password" placeholder="Password" data-parsley-trigger="change" required type="text" style="width:100%">
<div class="x_content" style="padding: 0px;">
<div class="row">
<div class="col-md-12 col-xs-12">
This is a proposed password. Change it for the desired one for this user. <br>
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12">
<input id="id" hidden/>
<label class="control-label" for="password">Password <span class="required">*</span>
</label>
<input id="password" class="roundbox" name="password" placeholder="Password" data-parsley-trigger="change" required type="text" style="width:100%">
</div>
</div>
</div>
</div>