Index: trunk/core/units/phrases/phrases_config.php
===================================================================
diff -u -r7855 -r8007
--- trunk/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 7855)
+++ trunk/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 8007)
@@ -129,9 +129,9 @@
'Phrase' => Array( 'title'=>'la_col_Label', 'data_block' => 'grid_checkbox_td'),
'Translation' => Array( 'title'=>'la_col_Translation' ),
'PrimaryTranslation' => Array( 'title'=>'la_col_PrimaryValue' ),
- 'PhraseType' => Array( 'title'=>'la_col_PhraseType' ),
- 'LastChanged' => Array( 'title'=>'la_col_LastChanged' ),
- 'Module' => Array( 'title'=>'la_col_Module', 'filter_block' => 'grid_options_filter' ),
+ 'PhraseType' => Array( 'title'=>'la_col_PhraseType', 'filter_block' => 'grid_options_filter'),
+ 'LastChanged' => Array( 'title'=>'la_col_LastChanged', 'filter_block' => 'grid_date_range_filter'),
+ 'Module' => Array( 'title'=>'la_col_Module', 'filter_block' => 'grid_options_filter'),
),
),
Index: trunk/core/admin_templates/regional/languages_list.tpl
===================================================================
diff -u -r7855 -r8007
--- trunk/core/admin_templates/regional/languages_list.tpl (.../languages_list.tpl) (revision 7855)
+++ trunk/core/admin_templates/regional/languages_list.tpl (.../languages_list.tpl) (revision 8007)
@@ -1,8 +1,8 @@