Gentoo Archives: gentoo-commits

From: "Tom Knight (tomk)" <tomk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/templates/gentoo: memberlist_body.tpl
Date: Thu, 09 Sep 2010 13:14:40
Message-Id: 20100909131436.B717F20057@flycatcher.gentoo.org
1 tomk 10/09/09 13:14:36
2
3 Modified: memberlist_body.tpl
4 Log:
5 Show if user is banned in member list for mods
6
7 Revision Changes Path
8 1.5 forums/htdocs/templates/gentoo/memberlist_body.tpl
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/memberlist_body.tpl?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/memberlist_body.tpl?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/memberlist_body.tpl?r1=1.4&r2=1.5
13
14 Index: memberlist_body.tpl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/memberlist_body.tpl,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- memberlist_body.tpl 19 Apr 2006 14:43:45 -0000 1.4
21 +++ memberlist_body.tpl 9 Sep 2010 13:14:36 -0000 1.5
22 @@ -18,6 +18,7 @@
23 <th class="thTop" nowrap="nowrap">{L_JOINED}</th>
24 <th class="thTop" nowrap="nowrap">{L_POSTS}</th>
25 <!-- BEGIN switch_mod -->
26 + <th class="thTop" nowrap="nowrap">{L_BANNED}</th>
27 <th class="thTop" nowrap="nowrap">{L_REG_IP}</th>
28 <th class="thTop" nowrap="nowrap">{L_USER_ACTIVATED}</th>
29 <!-- END switch_mod -->
30 @@ -33,6 +34,7 @@
31 <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td>
32 <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td>
33 <!-- BEGIN switch_mod -->
34 + <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.BANNED}</span></td>
35 <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.REG_IP}</span></td>
36 <td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.ACTIVATED}</span></td>
37 <!-- END switch_mod -->