Proper indenting and fix for "label for"

This commit is contained in:
Alexander Demenshin 2016-11-12 18:21:33 +01:00 committed by GitHub
parent e8248020dd
commit 6544fc8a49

View File

@ -74,10 +74,10 @@ endif;
<div class="modal-body"> <div class="modal-body">
<form role="form" 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="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> <input type="password" class="form-control" id="decryptPassword" placeholder="Enter password" autofocus>
</div> </div>
<!-- <button type="submit" class="btn btn-success btn-block"><span class="glyphicon glyphicon-off"></span>Decrypt</button> --> <button type="submit" class="btn btn-success btn-block"><span class="glyphicon glyphicon-off"></span>Decrypt</button>
</form> </form>
</div> </div>
</div> </div>