Empty commit

This commit is contained in:
Git 2013-01-25 08:00:33 +00:00
parent 885ef63219
commit a781c76c93
3 changed files with 5 additions and 12 deletions

View File

@ -143,10 +143,11 @@ function header_link($SortKey, $DefaultWay = "desc") {
<a href="torrents.php?action=notify" class="brackets">View all</a>&nbsp;&nbsp;&nbsp;
<? } else { ?>
<a href="torrents.php?action=notify_clear&amp;auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Clear all</a>&nbsp;&nbsp;&nbsp;
<a href="javascript:SuperGroupClear()">Clear selected</a>&nbsp;&nbsp;&nbsp;
<a href="javascript:SuperGroupClear()" class="brackets">Clear selected</a>&nbsp;&nbsp;&nbsp;
<a href="torrents.php?action=notify_catchup&amp;auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Catch up</a>&nbsp;&nbsp;&nbsp;
<? } ?>
<a href="user.php?action=notify">Edit filters</a>&nbsp;&nbsp;&nbsp;
<? }
?>
<a href="user.php?action=notify" class="brackets">Edit filters</a>&nbsp;&nbsp;&nbsp;
</div>
<? if ($TorrentCount > NOTIFICATIONS_PER_PAGE) { ?>
@ -188,7 +189,7 @@ function header_link($SortKey, $DefaultWay = "desc") {
</div>
<div class="notify_filter_links">
<a href="javascript:GroupClear($('#notificationform_<?=$FilterID?>').raw())" class="brackets">Clear selected in filter</a>&nbsp;&nbsp;&nbsp;
<a href="torrents.php?action=notify_clear_filter&amp;filterid=<?=$FilterID?>&amp;auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Clear all in filter</a>&nbsp;&nbsp;&nbsp;
<a href="torrents.php?action=notify_clear_filter&amp;filterid=<?=$FilterID?>&amp;auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Clear all old in filter</a>&nbsp;&nbsp;&nbsp;
<a href="torrents.php?action=notify_catchup_filter&amp;filterid=<?=$FilterID?>&amp;auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Mark all in filter as read</a>
</div>
<form class="manage_form" name="torrents" id="notificationform_<?=$FilterID?>" action="">

View File

@ -795,8 +795,4 @@ tr.torrent .bookmark > a:after {
.linkbox .brackets:after {
content: "]";
}
#userinfo_major .brackets {
display: none;
}

View File

@ -754,7 +754,3 @@ ul .invitetree {
.linkbox .brackets:after {
content: "]";
}
#userinfo_major .brackets {
display: none;
}