Skip to content

Commit

Permalink
[TASK] Remove test part
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzulrich committed May 6, 2016
1 parent 16fb7d8 commit 59b5b73
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,4 @@ <h3>{backendUserGroup.group.title} (<f:count>{backendUserGroup.users}</f:count>
</table>
</f:if>
</f:for>

<h1>Test</h1>

<table border="0" cellpadding="0" cellspacing="0" class="typo3-dblist">
<tr class="t3-row-header">
<td width="300">{f:translate(key: 'tableHeaderUsername')}</td>
<td>{f:translate(key: 'tableHeaderRealname')}</td>
<td>{f:translate(key: 'tableHeaderUsergroups')}</td>
</tr>
<f:for each="{backendUserGroups}" as="backendUserGroup">
<f:if condition="{backendUserGroup.users}">
<f:for each="{backendUserGroup.users}" as="user">
<tr class="db_list_normal">
<td class="t3-title-column">{user.username}</td>
<td>{user.realName}</td>
<td>{backendUserGroup.group.title}</td>
</tr>
</f:for>
</f:if>
</f:for>
</table>

</f:section>

0 comments on commit 59b5b73

Please sign in to comment.