| ... | in manage_users_and_groups.naml |
|
183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
|
<macro name="registered_users_panel">
<div class="second-font field-title nowrap" style="margin:0"><t>Registered Users</t></div>
<div class="weak-color" style="margin-bottom:.8em">
<t>All users that have registered to <t.location.root_node.subject/>.
These users have confirmed their email addresses and are able to login to the system.</t>
</div>
<div style="height:25em;overflow:auto">
<n.site_users. length="99999">
<n.filter_by.both condition1="[n.current_user.is_registered/]" condition2="[n.current_user.not.is_banned/]"/>
<n.loop.>
<n.current_user.name/> <<n.current_user.user_email/>><br/>
</n.loop.>
</n.site_users.>
</div>
</macro>
|
| Free forum by Nabble | Edit this page |