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

Eliminated the concept of the "members area".

Eliminated the 'info' column from the sub-board listing.
Right-justify number/date columns.
Don't display the "show all messages" link for Guest users.
parent 3cd9b20c
No related branches found
No related tags found
No related merge requests found
<p class="navigation"><a class="navigation" href="http://^^JS:system.inet_addr^^/">Home</a> : <a class="navigation" href="index.ssjs">Groups</a> : <b>%%group:description%%</b> : (@@showall_toggle@@)</p>
<p class="navigation"><a class="navigation" href="http://^^JS:system.inet_addr^^/">Home</a> : <a class="navigation" href="index.ssjs">Groups</a> : <b>%%group:description%%</b></p>
<table class="sublist" cellpadding="2" cellspacing="2">
<tr>
<th class="sublistlft">Sub</th>
<th class="sublist">Info</th>
<th class="sublistlft">Description</th>
<th class="sublist">Total Msgs</th>
<th class="sublist">Latest Msg</th>
......@@ -10,11 +9,10 @@
<<REPEAT subs>>
<tr>
<td class="sublist"><a class="msglist" href="msgs.ssjs?msg_sub=^^subs:code^^">%%subs:name%%</a></td>
<td class="sublistcntr"><a class="msglistnu" href="subinfo.ssjs?msg_sub=^^subs:code^^" title="Click for Sub Info">?</a></td>
<td class="sublist">%%subs:description%%</td>
<td class="sublist">%%subs:messages%%</td>
<td class="sublist">%%subs:lastmsg%%</td>
<td class="sublist"><a class="msglistnu" href="subinfo.ssjs?msg_sub=^^subs:code^^" title="Click for Sub Info">%%subs:description%%</a></td>
<td class="sublistright">%%subs:messages%%</td>
<td class="sublistright">%%subs:lastmsg%%</td>
</tr>
<<END REPEAT subs>>
</table>
@@JS:template.showall_toggle==undefined ? '' : '<p class="msgcenter">['+template.showall_toggle+']'@@</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment