diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:19:47 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:19:47 -0400 |
| commit | 0d388c17f32040943c6abb1ff525f06878431485 (patch) | |
| tree | 39fad601730a440acf60598a42e24d2d84de247f /templates/my_group_edit.tpl | |
| parent | 6421bef2cbc91663b7c25eb0b3ed283e4fd85aab (diff) | |
| download | users-0d388c17f32040943c6abb1ff525f06878431485.tar.gz users-0d388c17f32040943c6abb1ff525f06878431485.tar.bz2 users-0d388c17f32040943c6abb1ff525f06878431485.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/my_group_edit.tpl')
| -rw-r--r-- | templates/my_group_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_group_edit.tpl b/templates/my_group_edit.tpl index 46fd951..e00a387 100644 --- a/templates/my_group_edit.tpl +++ b/templates/my_group_edit.tpl @@ -95,7 +95,7 @@ <td>{$foundUsers[ix].login}</td> <td>{$foundUsers[ix].real_name}</td> <td>{$foundUsers[ix].user_id}</td> - <td class="actionicon">{smartlink ititle="Select User" group_id=`$groupInfo.group_id` assignuser=`$foundUsers[ix].user_id`}</td> + <td class="actionicon">{smartlink ititle="Select User" group_id=$groupInfo.group_id assignuser=$foundUsers[ix].user_id}</td> </tr> {/section} </table> |
