Skip to content

Commit

Permalink
Added label tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-codes committed Apr 4, 2019
1 parent fe597ef commit d67b9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/com_search/views/search/tmpl/default_form.php
Expand Up @@ -18,6 +18,9 @@
<form id="searchForm" action="<?php echo JRoute::_('index.php?option=com_search'); ?>" method="post">
<div class="btn-toolbar">
<div class="btn-group pull-left">
<label for="search-searchword" class="element-invisible">
<?php echo JText::_('COM_SEARCH_SEARCH_KEYWORD'); ?>
</label>
<input type="text" name="searchword" title="<?php echo JText::_('COM_SEARCH_SEARCH_KEYWORD'); ?>" placeholder="<?php echo JText::_('COM_SEARCH_SEARCH_KEYWORD'); ?>" id="search-searchword" size="30" maxlength="<?php echo $upper_limit; ?>" value="<?php echo $this->escape($this->origkeyword); ?>" class="inputbox" />
</div>
<div class="btn-group pull-left">
Expand Down

0 comments on commit d67b9da

Please sign in to comment.