Project

General

Profile

« Previous | Next » 

Revision c29ff7bd

Added by Ermal LUÇI almost 15 years ago

Provide a button to reload the filter at status->filter reload status.

View differences:

usr/local/www/status_filter_reload.php
50 50
	echo "|{$status}|";
51 51
	exit;
52 52
}
53
if($_GET['reloadfilter']) {
54
	send_event("filter reload");
55
	header("Location: status_filter_reload.php");
56
	exit;
57
}
53 58

  
54 59
include("head.inc");
55 60
?>
......
57 62
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
58 63

  
59 64
<?php include("fbegin.inc"); ?>
60

  
65
<br/>
66
<a href="/status_filter_reload.php?reloadfilter=true"><input type="button" value="Reload Filter" id="reloadfilter"></a>
67
<br/><br/><br/>
61 68
<div id="status" name="status" style="padding:5px; border:1px dashed #990000; background-color: #ffffff; color: #000000;">
62 69
	<?php echo $status; ?>
63 70
</div>

Also available in: Unified diff