/[SVNBrowser]/trunk/share/web/templates/list
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 /trunk/share/web/templates/list

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

revision 50 by dpavlin, Thu Feb 8 21:58:17 2007 UTC revision 51 by dpavlin, Thu Feb 8 22:18:00 2007 UTC
# Line 9  my $filter = Jifty->web->new_action( Line 9  my $filter = Jifty->web->new_action(
9          arguments => { %ARGS },          arguments => { %ARGS },
10  );  );
11    
12  $filter->run unless ($next);  if (! $next) {
13            $filter->argument_values({ show_actions => 1 });
14            $filter->run;
15    }
16    
17  #use Data::Dump qw/dump/;  #use Data::Dump qw/dump/;
18  #warn "ARGS = ", dump( %ARGS );  #warn "ARGS = ", dump( %ARGS );

Legend:
Removed from v.50  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26