tooltip for search field

Fixes: https://pagure.io/koji/issue/1122
This commit is contained in:
Tomas Kopecek 2018-10-10 13:28:08 +02:00 committed by Mike McLean
parent 0784a5ebee
commit 5aad0b2b8c

View file

@ -69,7 +69,7 @@ $localnav
<option value="win">Windows Artifacts</option> <option value="win">Windows Artifacts</option>
#end if #end if
</select> </select>
<input type="text" name="terms"/> <input type="text" name="terms" title="You can use glob expressions here (e.g. 'bash-*')"/>
<input type="submit" value="Search"/> <input type="submit" value="Search"/>
</form> </form>
</div><!-- end header --> </div><!-- end header -->