diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-12 13:30:42 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-12 13:30:42 +0000 |
commit | db3e12ec2ebd8df3ccf01698afb0a0df58da3559 (patch) | |
tree | c057b0afc3c8e0b41e34f0cb5cbe372c9dc2a728 /root/user/index.tt | |
parent | 699ec5d905a1914b9c64330e97d3fa52ebc79b5d (diff) | |
download | identity-db3e12ec2ebd8df3ccf01698afb0a0df58da3559.tar identity-db3e12ec2ebd8df3ccf01698afb0a0df58da3559.tar.gz identity-db3e12ec2ebd8df3ccf01698afb0a0df58da3559.tar.bz2 identity-db3e12ec2ebd8df3ccf01698afb0a0df58da3559.tar.xz identity-db3e12ec2ebd8df3ccf01698afb0a0df58da3559.zip |
fix for loop logic when having more than one value ( the layout still need to be approved )
Diffstat (limited to 'root/user/index.tt')
-rw-r--r-- | root/user/index.tt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/root/user/index.tt b/root/user/index.tt index 3307e4e..873be65 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -13,8 +13,10 @@ [% val %] <br/> [% END %] + [% END %] </td> <td> + [% FOREACH val IN attr.values %] [% IF attr.addable AND attr.editable %] <button type="button" onclick="location='/user/add/[% attr.name %]'">[% l('Add') %]</button> [% END %] |