Huge commit that adds one space between unsubscribe and mark read in group list view.
This commit is contained in:
parent
4e952479b6
commit
01d71b5646
|
@ -756,7 +756,7 @@ function groups_show($gruppen)
|
|||
$groupdisplay .= '<p class="np_group_user_tools">';
|
||||
$groupdisplay .= '<a class="np_group_user_tools" href="index.php?unsub=' . urlencode($g->name) . '">(unsubscribe)</a>';
|
||||
if ($new) {
|
||||
$groupdisplay .= '<a class="np_group_user_tools" href="index.php?mark_read=' . urlencode($g->name) . '">(mark read)</a>';
|
||||
$groupdisplay .= ' <a class="np_group_user_tools" href="index.php?mark_read=' . urlencode($g->name) . '">(mark read)</a>';
|
||||
}
|
||||
$groupdisplay .= '</p>';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue