... | in list_current_groups.naml |
1 2
|
<override_macro name="list_current_groups" requires="user">
</override_macro>
|
... | in user_profile.naml |
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
|
<macro name="list_current_groups" requires="user">
<!-- List the groups of the user-->
<n.set_local_user.this_user />
<div style="margin-top:.4em">
<strong><t>Groups</t>:</strong>
<n.local_user.groups.>
<n.sort/>
<n.loop.>
<n.if.has_more_elements>
<then><n.current_group/>, </then>
<else><n.current_group/></else>
</n.if.has_more_elements>
</n.loop.>
</n.local_user.groups.>
<n.if.visitor.is_site_admin>
<then>
<div style="margin-top:.3em">
<img src="/images/user_group.png" align="absmiddle" width="18" height="16"/>
<a href="[n.local_user.change_user_groups_path/]"><t>Add / Remove Groups</t></a>
| <a href="[n.local_user.edit_profile_path/]"><t>Edit Profile</t></a>
</div>
</then>
</n.if.visitor.is_site_admin>
</div>
</macro>
|
Powered by Nabble | NAML |