🚀 RELEASE: HESK v3.1.1

Signed-off-by: Luke Tainton <Luke.Tainton@mail.bcu.ac.uk>
This commit is contained in:
Luke Tainton
2020-06-27 10:54:38 +01:00
committed by Luke Tainton
parent d7fc040b1e
commit e0d6aa511b
175 changed files with 6334 additions and 6073 deletions

View File

@@ -50,7 +50,19 @@ hesk_handle_messages();
?>
<div class="main__content tools">
<h2><?php echo $hesklang['banemail']; ?></h2>
<h2>
<?php echo $hesklang['banemail']; ?>
<div class="tooltype right out-close">
<svg class="icon icon-info">
<use xlink:href="<?php echo HESK_PATH; ?>img/sprite.svg#icon-info"></use>
</svg>
<div class="tooltype__content">
<div class="tooltype__wrapper">
<?php echo $hesklang['banemail_intro']; ?>
</div>
</div>
</div>
</h2>
<form action="banned_emails.php" method="post" name="form1">
<div class="tools__add-mail form">
<div class="form-group">
@@ -59,7 +71,7 @@ hesk_handle_messages();
<input type="hidden" name="a" value="ban" />
<button type="submit" class="btn btn--blue-border" ripple="ripple"><?php echo $hesklang['savebanemail']; ?></button>
</div>
<div class="mail--examples"><?php echo $hesklang['banex']; ?>: john@example.com, @example.com</div>
<div class="mail--examples"><?php echo $hesklang['banex']; ?> john@example.com, @example.com</div>
</div>
</form>
<?php