/[SVNBrowser]/branches/filter-action/lib/SVNBrowser/Action/Filter.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 /branches/filter-action/lib/SVNBrowser/Action/Filter.pm

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

revision 10 by dpavlin, Tue Dec 5 17:49:46 2006 UTC revision 13 by dpavlin, Tue Dec 5 23:32:32 2006 UTC
# Line 35  use Jifty::Action schema { Line 35  use Jifty::Action schema {
35                  label is 'Show file actions',                  label is 'Show file actions',
36                  render as 'checkbox';                  render as 'checkbox';
37    
38            param page =>
39                    label is 'Current page';
40    
41            param per_page =>
42                    label is 'Commits on page',
43                    render as 'Select',
44                    available are qw( 10 20 30 50 100 );
45    
46  };  };
47    
48  sub sticky_on_success { 1; }  sub sticky_on_success { 1; }

Legend:
Removed from v.10  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26