Enhanced notifications with detailed and summary view

This commit is contained in:
bergware
2016-10-24 09:34:49 +02:00
parent e784f23b63
commit 35a6e4aba8
12 changed files with 84 additions and 55 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ function resize(bind) {
}
<?endif;?>
function archiveList(init) {
$.get('/webGui/include/NotificationsArchive.php',function(data) {
$.get('/webGui/include/NotificationsArchive.php',{filter:'<?=$_GET['filter']?>'},function(data) {
if (data) $('#archive_list').html(data);
if (init) {
<?if ($display['resize']):?>