Proper indenting and fix for "label for"
This commit is contained in:
parent
e8248020dd
commit
6544fc8a49
1 changed files with 7 additions and 7 deletions
|
@ -72,13 +72,13 @@ endif;
|
|||
<!-- Modal content-->
|
||||
<div class="modal-content">
|
||||
<div class="modal-body">
|
||||
<form role="form" id="passwordForm">
|
||||
<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>
|
||||
<input type="password" class="form-control" id="decryptPassword" placeholder="Enter password" autofocus>
|
||||
</div>
|
||||
<!-- <button type="submit" class="btn btn-success btn-block"><span class="glyphicon glyphicon-off"></span>Decrypt</button> -->
|
||||
</form>
|
||||
<form role="form" id="passwordForm">
|
||||
<div class="form-group">
|
||||
<label for="decryptPassword"><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>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success btn-block"><span class="glyphicon glyphicon-off"></span>Decrypt</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue