Show
Ignore:
Timestamp:
11/14/07 09:15:34 (6 years ago)
Author:
charsbar
Message:

lang/perl/Jipotter: added Nowa/Frepa support; fixed duped action; appearance

Files:
1 modified

Legend:

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

    r1400 r1433  
    1414  div { attr { class => 'PostBox' }; 
    1515    Jifty->web->form->start( submit_to => '/update' ); 
     16 
    1617    render_param( $action => 'message' ); 
     18 
    1719    form_submit( 
    18       label => 'Update', 
    19       onclick => { 
    20         submit => $action, 
    21       } 
     20      label => 'Update', onclick => { submit => $action, } 
    2221    ); 
     22 
     23    render_param( $action => 'All' ); 
     24    render_param( $action => 'Twitter' ); 
     25    render_param( $action => 'Wassr' ); 
     26    render_param( $action => 'Frepa' ); 
     27    render_param( $action => 'Nowa' ); 
     28 
    2329    Jifty->web->form->end; 
    2430  }; 
     
    3339     $entries->set_page_info( 
    3440       current_page => $page, 
    35        per_page     => 100, 
     41       per_page     => 10, 
    3642     ); 
    3743