Skip to content
Snippets Groups Projects
Commit e842dd31 authored by rswindell's avatar rswindell
Browse files

Personal E-mail is not a "Message Group".

parent 988de66b
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@ if(user.number==0 || user.security.restrictions&UFLAG_G) {
writeln('<a href="members/userlist.ssjs">User Listing</a><br />');
writeln('<a href="members/info.ssjs">Information Menu</a><br />');
writeln('<a href="members/themes.ssjs">Change Your HTML Theme</a><br />');
writeln('<a href="msgs/msgs.ssjs?msg_sub=mail">E-mail</q><br />');
}
if(user.number || (this.login!=undefined && system.matchuser("Guest")))
writeln('<a href="msgs">Message Groups</a><br />');
......
......@@ -9,9 +9,5 @@
<td class="grouplist">%%groups:description%%</td>
</tr>
<<END REPEAT groups>>
@@JS:user.security.restrictions&UFLAG_G ? '':'<tr>'+
'<td class="grouplist"><a class="grouplist" href="msgs.ssjs?msg_sub=mail">E-Mail</a></td>'+
'<td class="grouplist">Personal E-Mail</td>'+
'</tr>'@@
</table>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment