You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
448 B
22 lines
448 B
2 years ago
|
<table border="0" width="100%">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<b>{lang_user}:</b><br>
|
||
|
</td>
|
||
|
<td align="right">
|
||
|
<a href="useradd.php"><img src="images/add.gif" border="0" title="{lang_user_add}"></a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
[BLOCK table AS user]
|
||
|
<table border="0">
|
||
|
[BLOCK userrow]
|
||
|
<tr>
|
||
|
<td>
|
||
|
<a href="userview.php?user_id={user_id}">{user_displayname}</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
[END userrow]
|
||
|
</table>
|
||
|
[END table]
|