Skip to content
Snippets Groups Projects
Commit 1a93ee0c authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #1735 from Chefkeks/patch-10


[FIX] Missing icon before "Add New Filter"

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 87f3028b d3ca840a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ else
<h2><?php echo __('Ticket Filters');?></h2>
</div>
<div class="pull-right flush-right" style="padding-top:5px;padding-right:5px;">
<b><a href="filters.php?a=add" class="Icon newEmailFilter"><?php echo __('Add New Filter');?></a></b></div>
<b><a href="filters.php?a=add" class="Icon newTicketFilter"><?php echo __('Add New Filter');?></a></b></div>
<div class="clear"></div>
<form action="filters.php" method="POST" name="filters">
<?php csrf_token(); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment