diff options
Diffstat (limited to 'root/user')
-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 %] |