Skip to content
Snippets Groups Projects
Commit d3ca840a authored by Chefkeks's avatar Chefkeks
Browse files

[FIX] Missing icon before "Add New Filter"

Fixes the missing icon before "Add new filter" in scp at the filters.php page
parent f9547ed3
Branches
Tags
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.
Please register or to comment