templates/layout.html: Add tooltip on search select element
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
This commit is contained in:
parent
0385f29296
commit
5e287d9a7e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
<div class="search">
|
||||
<form method="post" action="{{version}}/ident">
|
||||
<select name="f">
|
||||
<select name="f" title="Restricts search to specific file families">
|
||||
<option value="A" {% if family=="A" %} selected="selected"{% endif %}>All</option>
|
||||
<option value="C" {% if family=="C" %} selected="selected"{% endif %}>C/CPP/ASM</option>
|
||||
<option value="K" {% if family=="K" %} selected="selected"{% endif %}>Kconfig</option>
|
||||
|
|
|
|||
Loading…
Reference in a new issue