Skip to content
Snippets Groups Projects
Commit a068d7c6 authored by runemaster's avatar runemaster
Browse files

(Work in progess!!) Total Messages & Last post date displays.

parent 9e6b0722
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,16 @@
<th class="sublist">Sub</th>
<th class="sublist">Info</th>
<th class="sublist">Description</th>
<th class="sublist">Total Msgs</th>
<th class="sublist">Lastest Msg</th>
</tr>
<<REPEAT subs>>
<tr>
<td class="sublist"><a class="msglist" href="msgs.ssjs?msg_sub=^^subs:code^^">%%subs:name%%</a></td>
<td class="sublist"><a class="msglist" href="subinfo.ssjs?msg_sub=^^subs:code^^">[?]</a></td>
<td class="sublist">%%subs:description%%</td>
<td class="sublist">%%subs:messages%%</td>
<td class="sublist">%%subs:lastmsg%%</td>
</tr>
<<END REPEAT subs>>
</table>
......
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