Skip to content

Commit

Permalink
Update module search override.
Browse files Browse the repository at this point in the history
Update module search override.
  • Loading branch information
trungch committed Jan 31, 2018
1 parent 0476e13 commit 0ad54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plg_system_t3/base-bs3/html/mod_search/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<form action="<?php echo JRoute::_('index.php');?>" method="post" class="form-inline form-search">
<?php
$output = '<label for="mod-search-searchword' . $module->id . '" class="element-invisible">' . $label . '</label> ';
$output .= '<input name="searchword" id="mod-search-searchword" maxlength="' . $maxlength . '" class="form-control search-query" type="search" size="' . $width . '" placeholder="' . $text . '" />';
$output .= '<input name="searchword" id="mod-search-searchword" maxlength="' . $maxlength . '" class="form-control search-query" type="search"' . $width . 'placeholder="' . $text . '" />';

if ($button) :
if ($imagebutton) :
Expand Down

0 comments on commit 0ad54a5

Please sign in to comment.