X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fforum%2Fthread.tt2;h=0095155f04e14633d88b6c1eb3bf27960ccb389d;hb=505b74b435bd5a7bfa2fedb551354c9f8fc9609d;hp=2e068312dc206abc57450e7b8ad536df4e909568;hpb=3f776a02a0596d504342d16d34b71ec05558e8a6;p=ndwebbie.git diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index 2e06831..0095155 100644 --- a/root/src/forum/thread.tt2 +++ b/root/src/forum/thread.tt2 @@ -26,3 +26,53 @@ [% END %] + +[% IF access.size > 0 %] +[% hasaccess = 0 %] +

The following ppl have access to this thread: [% FOR a IN access %] + [% IF a.uid == UID; hasaccess = 1; END %] +[% a.username %] + [% END %]

+ [% IF hasaccess %] +

Remove your access

+ [% END %] +[% END %] + +[% IF thread.moderate %] + +
+

Move checked threads to: + + + +

+
+ +
+
Change thread access + + + + + + +
AddRemove
+ +
+[% END %]