mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Merge pull request #1886 from arjitc/patch-25
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<hr />
|
||||
|
||||
<form method="post" action="">
|
||||
<label><strong>Search</strong>
|
||||
<input type="text" name="string" id="string" value="<?php echo $_POST['string']; ?>" />
|
||||
</label>
|
||||
<label>
|
||||
<strong>Type</strong>
|
||||
<select name="type" id="type">
|
||||
<form method="post" action="">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<input type="text" name="string" placeholder="Search" class="form-control" id="string" value="<?php echo $_POST['string']; ?>" required/>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<select name="type" class="form-control" id="type">
|
||||
<option value="">All Types</option>
|
||||
<option value="system">System</option>
|
||||
<?php
|
||||
@@ -20,8 +19,9 @@
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
</label>
|
||||
<input class="submit" type="submit" value="Search">
|
||||
</div>
|
||||
<div class="col-md-4"><input class="btn btn-default" type="submit" value="Search"></div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user