New option menu for advanced search

This commit is contained in:
Manuel Cillero 2017-09-20 19:40:49 +02:00
parent da05c9b673
commit 5e5f48a090
3 changed files with 15 additions and 16 deletions

View file

@ -93,7 +93,7 @@ function stormidea_list_filter(&$form_state, $filterdesc = 'Filter') {
$form['filter']['group2']['title'] = array(
'#type' => 'textfield',
'#title' => t('Idea'),
'#title' => t('Reminder'),
'#default_value' => $title,
);