Removed unnecessary attributes from modal password form
This commit is contained in:
parent
09fa46a651
commit
c1ca5657b5
|
@ -71,8 +71,8 @@ endif;
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-body" style="padding:40px 50px;">
|
<div class="modal-body">
|
||||||
<form role="form" onSubmit="return false;" id="passwordForm">
|
<form role="form" id="passwordForm">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="psw"><span class="glyphicon glyphicon-eye-open"></span> <?php echo I18n::_('Please enter the password for this paste:')?></label>
|
<label for="psw"><span class="glyphicon glyphicon-eye-open"></span> <?php echo I18n::_('Please enter the password for this paste:')?></label>
|
||||||
<input type="password" class="form-control" id="decryptPassword" placeholder="Enter password" autofocus>
|
<input type="password" class="form-control" id="decryptPassword" placeholder="Enter password" autofocus>
|
||||||
|
|
Loading…
Reference in New Issue