Change Forgot Ticket ID UI to a Bootstrap panel

master
Skylar Ittner 7 years ago
parent 4178703f2b
commit 932056f731

@ -535,10 +535,11 @@ function print_form()
</div>
</div>
</form>
<div align="left" id="forgot" class="alert alert-info" style="display: <?php echo $display; ?>;">
<p><?php echo $hesklang['tid_mail']; ?></p>
<div class="blankSpace"></div>
<div align="left" id="forgot" class="panel panel-info" style="display: <?php echo $display; ?>;">
<div class="panel-heading">
<?php echo $hesklang['tid_mail']; ?>
</div>
<div class="panel-body">
<form data-toggle="validator" action="index.php" method="post" class="form-horizontal" name="form1">
<div class="form-group">
<label for="email" class="col-sm-3 control-label"><?php echo $hesklang['email']; ?></label>
@ -578,6 +579,7 @@ function print_form()
</div>
</div>
</div>
</div>
<?php
require_once(HESK_PATH . 'inc/footer.inc.php');

Loading…
Cancel
Save