Ignore:
Timestamp:
03/17/09 19:11:33 (15 years ago)
Author:
nanardon
Message:
  • improve admin page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/Controller/Admin.pm

    r58 r61  
    7070                and $vote->db->commit; 
    7171        } elsif ($c->req->param('label')) { 
     72            if ($c->req->param('dstart')) { 
     73                $c->req->param('start', 
     74                    $c->req->param('dstart') . ' ' . ($c->req->param('hstart') || '') 
     75                ); 
     76            } 
     77            if ($c->req->param('dend')) { 
     78                $c->req->param('end', 
     79                    $c->req->param('dend') . ' ' . ($c->req->param('hend') || '') 
     80                ); 
     81            } 
    7282            $vote->vote_param( 
    7383                $id, 
Note: See TracChangeset for help on using the changeset viewer.