mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
Empty commit
This commit is contained in:
parent
2e9f764979
commit
df1f5ef22c
@ -90,7 +90,7 @@
|
|||||||
unset($Result);
|
unset($Result);
|
||||||
foreach($FilterGroups as $ID => $FilterResults) {
|
foreach($FilterGroups as $ID => $FilterResults) {
|
||||||
?>
|
?>
|
||||||
<h3>Matches for <?=$FilterResults['FilterLabel']?> (<a href="torrents.php?action=notify_cleargroup&filterid=<?=$ID?>&auth=<?=$LoggedUser['AuthKey']?>">Clear</a>) <a href="javascript:GroupClear($('#notificationform_<?=$ID?>').raw())">(clear selected)</a></h3>
|
<h3>Matches for <?=$FilterResults['FilterLabel']?> <a href="torrents.php?action=notify_cleargroup&filterid=<?=$ID?>&auth=<?=$LoggedUser['AuthKey']?>">(clear)</a> <a href="javascript:GroupClear($('#notificationform_<?=$ID?>').raw())">(clear selected)</a></h3>
|
||||||
<form id="notificationform_<?=$ID?>">
|
<form id="notificationform_<?=$ID?>">
|
||||||
<table class="border">
|
<table class="border">
|
||||||
<tr class="colhead">
|
<tr class="colhead">
|
||||||
|
Loading…
Reference in New Issue
Block a user