From aa7eb26ed474fa1c442ae72a17969c9f7559bb42 Mon Sep 17 00:00:00 2001 From: Indra Date: Tue, 16 May 2017 01:05:16 +0700 Subject: [PATCH] Update Icon Selector make icon selector not disturb other field --- e107_handlers/form_handler.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index f2068d41b..8bdb639f8 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -1205,9 +1205,12 @@ class e_form { $ret = "
"; $thpath = isset($sc_parameters['nothumb']) || vartrue($hide) ? $default : $default_thumb; - $label = "
"; - $label .= $tp->toIcon($default_url); + $label = "
"; + $label .= $tp->toIcon($default_url,array('class'=>'img-responsive img-fluid')); + + //$label = "
"; + //$label .= $tp->toIcon($default_url); $label .= "
";