From 9c8dfd92b70bfafd18ed65ffebcf139c86afdab7 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 15 Aug 2014 10:37:38 -0500 Subject: [PATCH] oops: Fixup advanced search results message placement --- include/staff/tickets.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php index dcdd74849..6441f13f8 100644 --- a/include/staff/tickets.inc.php +++ b/include/staff/tickets.inc.php @@ -668,6 +668,7 @@ if ($results) { </fieldset> <?php } ?> <hr/> + <div id="result-count" class="clear"></div> <p> <span class="buttons pull-right"> <input type="submit" value="<?php echo __('Search');?>"> @@ -681,6 +682,4 @@ if ($results) { </span> </p> </form> - <div id="result-count"> - </div> </div> -- GitLab