/[Perly]/lib/Perly/View.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Perly/View.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 36 by dpavlin, Thu Jun 7 09:34:01 2007 UTC revision 37 by dpavlin, Thu Jun 7 09:44:58 2007 UTC
# Line 109  template '/run' => page { Line 109  template '/run' => page {
109          }          }
110  };  };
111    
112    template '/prefs' => page {
113            my $action = new_action( class => 'UpdateUser', arguments => { id => current_user->id } );
114            h1 { _("My preferences") },
115            form {
116                    render_action( $action => [ 'name', 'email', 'codepress' ] );
117                    form_submit(
118                            label => _('Save changes'),
119                    );
120            };
121    };
122    
123  1;  1;

Legend:
Removed from v.36  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26