| 1 |
<?php |
<?php |
| 2 |
// $Id: moderate.inc,v 1.1.2.2 2009/09/16 14:01:18 goba Exp $ |
// $Id: moderate.inc,v 1.1.2.3 2009/09/18 18:03:19 goba Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 49 |
* Filters used to present this moderation view. |
* Filters used to present this moderation view. |
| 50 |
*/ |
*/ |
| 51 |
function l10n_community_moderation_form(&$form_state, $strings = array(), $language = NULL, $filters) { |
function l10n_community_moderation_form(&$form_state, $strings = array(), $language = NULL, $filters) { |
| 52 |
|
|
| 53 |
|
$form['#redirect'] = array($_GET['q'], l10n_community_flat_filters($filters)); |
| 54 |
|
|
| 55 |
$form['pager'] = array( |
$form['pager'] = array( |
| 56 |
'#value' => theme('pager', NULL, $filters['limit'], 0) |
'#value' => theme('pager', NULL, $filters['limit'], 0) |
| 57 |
); |
); |
| 58 |
|
|
| 59 |
// Keep language code in form for further reference. |
// Keep language code in form for further reference. |
| 60 |
$form['langcode'] = array( |
$form['langcode'] = array( |
| 61 |
'#type' => 'value', |
'#type' => 'value', |