/[transports]/trunk/web/templates/user_form
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/web/templates/user_form

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations)
Fri May 26 23:25:35 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 387 byte(s)
added users list and simple edit form for user, check current_user->admin to
grant permissions
1 <%args>
2 $user
3 </%args>
4 <&|/_elements/wrapper, title => 'Change user' &>
5
6 <% Jifty->web->form->start %>
7 <% Jifty->web->form->next_page( url => '/transports' ) %>
8 <% $user->form_field('name') %>
9 <% $user->form_field('email') %>
10 <% $user->form_field('password') %>
11 <% $user->form_field('admin') %>
12
13 <% Jifty->web->form->submit( label => 'Update user' ) %>
14 <% Jifty->web->form->end %>
15
16 </&>

  ViewVC Help
Powered by ViewVC 1.1.26