Changeset 4685 for lang/perl/Jipotter

Show
Ignore:
Timestamp:
01/16/08 15:32:51 (5 years ago)
Author:
charsbar
Message:

lang/perl/Jipotter: link to page 1 should always be there.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Jipotter/trunk/lib/Jipotter/Plugin/Timelines/View.pm

    r1946 r4685  
    315315      escape_label => 0, 
    316316    ) if $current > 1; 
     317    if ( $first > 1 ) { 
     318      hyperlink( 
     319        url     => $path, 
     320        label   => "1 ", 
     321        onclick => { 
     322          refresh => $region, 
     323          args => { page => 1, type => 'page' } 
     324        }, 
     325      ); 
     326    } 
    317327    foreach my $num ( $first .. $last ) { 
    318328      if ( $num != $current ) {