/[Grep]/lib/Grep/Action/Search.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/Grep/Action/Search.pm

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

revision 54 by dpavlin, Wed Feb 21 03:04:48 2007 UTC revision 55 by dpavlin, Wed Feb 21 16:19:31 2007 UTC
# Line 23  use Jifty::Action schema { Line 23  use Jifty::Action schema {
23                  hint is 'enter few words to search for';                  hint is 'enter few words to search for';
24    
25          param item_fragment =>          param item_fragment =>
26                  label is 'Show',                  label is 'Display format',
27                  render as 'select',                  render as 'select',
28                  available are qw/long short title/;                  available are qw/long short title/;
29    
30            param max =>
31                    label is 'Number or results',
32                    render as 'select',
33                    available are qw/10 20 50 100/;
34                    default is '20';
35    
36  };  };
37    
38  =head2 take_action  =head2 take_action

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26