From: Joe Hunt Date: Wed, 3 Jul 2019 09:35:03 +0000 (+0200) Subject: Bug 4920: Search icon in 'items table' wraps underneath select combo when screen... X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=ff2454648d31d1815e3b8d1df138690398d0c500 Bug 4920: Search icon in 'items table' wraps underneath select combo when screen width reduced. Fixed --- diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index f0c65e08..de027627 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -365,7 +365,7 @@ $opts = array( // default options $selector .= ' '.$opts['editlink']; if ($search_box && $opts['cells']) - $str = ($edit_entry!='' ? "$edit_entry" : '')."$selector$img"; + $str = ($edit_entry!='' ? "$edit_entry" : '')."$selector$img"; else $str = $edit_entry.$selector.$img; return $str;