theme file_as combobox for 2.0
This commit is contained in:
parent
339c8a4b56
commit
e935b3a225
|
@ -1,6 +1,6 @@
|
|||
|
||||
<div class='field combobox'>
|
||||
<label for='id_$field.0'>$field.1</label>
|
||||
<label for='id_$field.0' id='id_$field.0_label'>$field.1</label>
|
||||
{# html5 don't work on Chrome, Safari and IE9
|
||||
<input id="id_$field.0" type="text" list="data_$field.0" >
|
||||
<datalist id="data_$field.0" >
|
||||
|
|
|
@ -3059,3 +3059,10 @@ ul.menu-popup {
|
|||
.notify-seen {
|
||||
background: #DDDDDD;
|
||||
}
|
||||
|
||||
#id_term_label {
|
||||
width:75px;
|
||||
}
|
||||
#id_term {
|
||||
width:100px;
|
||||
}
|
Loading…
Reference in a new issue