Event Guard - Clarify Filter select options.
This commit is contained in:
parent
c57f8fee22
commit
58f43ba642
|
|
@ -191,8 +191,8 @@
|
|||
}
|
||||
echo "<form id='form_search' class='inline' method='get'>\n";
|
||||
echo " <select class='formfld' name='filter'>\n";
|
||||
echo " <option value='' selected='selected' disabled hidden>".$text['label-filter']."...</option>";
|
||||
echo " <option value=''></option>\n";
|
||||
echo " <option value='' selected='selected' disabled='disabled'>".$text['label-filter']."...</option>";
|
||||
echo " <option value=''>".$text['label-all']."</option>\n";
|
||||
if (isset($_GET["filter"]) && $_GET["filter"] == "sip-auth-ip") {
|
||||
echo " <option value='sip-auth-ip' selected='selected'>"."sip-auth-ip"."</option>\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue