mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
change url
This commit is contained in:
@@ -37,7 +37,7 @@ function searchtable($title, $action, $opts = array()){
|
||||
if ($opts) {
|
||||
print($lang_log['text_in']."<select name=search>");
|
||||
foreach($opts as $value => $text)
|
||||
print("<option value='".$value."'". ($value == $_GET['search'] ? " selected" : "").">".$text."</option>");
|
||||
print("<option value='".$value."'". (isset($_GET['search']) && $value == $_GET['search'] ? " selected" : "").">".$text."</option>");
|
||||
print("</select>");
|
||||
}
|
||||
print("<input type=\"hidden\" name=\"action\" value='".$action."'> ");
|
||||
|
||||
Reference in New Issue
Block a user