1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Loading icon was missing from search form button.

This commit is contained in:
Cameron
2021-06-30 16:42:05 -07:00
parent 861d123f2b
commit 36ff7a88be

View File

@@ -164,7 +164,7 @@ class search_front extends e_shortcode
$text = "<div class='input-group'>
<input class='tbox form-control m_search' type='text' id='q' name='q' size='35' value='".$value."' maxlength='50' />
<div class='input-group-btn'>
<button class='btn btn-primary' type='submit' name='s' value='1' >".$tp->toGlyph('fa-search',false)."</button>";
<button class='btn btn-primary' type='submit' name='s' value='1' data-loading-icon='fa-spinner' >".$tp->toGlyph('fa-search',false)."</button>";
if(empty($parm['mode']))
{