mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
removing yellow edges
git-svn-id: http://www.observium.org/svn/observer/trunk@638 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+5
-18
@@ -1,13 +1,7 @@
|
||||
<meta http-equiv="refresh" content="60">
|
||||
<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 0px;'>
|
||||
<b class='rounded'>
|
||||
<b class='rounded1'></b>
|
||||
<b class='rounded2'></b>
|
||||
<b class='rounded3'></b>
|
||||
<b class='rounded4'></b>
|
||||
<b class='rounded5'></b></b>
|
||||
<div class='roundedfg' style='padding: 0px 5px;'>
|
||||
<div style='margin: auto; text-align: left; padding: 5px 5px; padding-left: 11px; clear: both; display:block;'>
|
||||
|
||||
<?php print_optionbar_start('25'); ?>
|
||||
|
||||
<form method="post" action="">
|
||||
<label><strong>Search</strong>
|
||||
<input type="text" name="string" id="string" value="<?php echo($_POST['string']); ?>" />
|
||||
@@ -46,18 +40,11 @@
|
||||
<input type=submit value=Search>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<b class='rounded'>
|
||||
<b class='rounded5'></b>
|
||||
<b class='rounded4'></b>
|
||||
<b class='rounded3'></b>
|
||||
<b class='rounded2'></b>
|
||||
<b class='rounded1'></b></b>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
print_optionbar_end();
|
||||
|
||||
if($_POST['string']) {
|
||||
$where = " AND S.msg LIKE '%".$_POST['string']."%'";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user