Revize 2044
Přidáno uživatelem David Raška před více než 11 roky(ů)
freenetis/branches/1.1/application/controllers/log_queues.php | ||
---|---|---|
'filter' => $filter_form->html()
|
||
));
|
||
|
||
$grid->add_new_button(
|
||
$grid->add_new_button(
|
||
'log_queues/close_logs/'.server::query_string(), 'Set state closed'
|
||
);
|
||
|
||
... | ... | |
$this->redirect('log_queues/show/', $log_queue_id);
|
||
}
|
||
|
||
/**
|
||
* Closes filtered logs
|
||
*/
|
||
public function close_logs()
|
||
{
|
||
$filter_form = new Filter_form();
|
Také k dispozici: Unified diff
Upravy:
- Drobne upravy predchoziho commitu