Index: branches/5.2.x/units/downloads/downloads_config.php =================================================================== diff -u -N -r14258 -r14582 --- branches/5.2.x/units/downloads/downloads_config.php (.../downloads_config.php) (revision 14258) +++ branches/5.2.x/units/downloads/downloads_config.php (.../downloads_config.php) (revision 14582) @@ -1,6 +1,6 @@ 'core', ), 'Fields' => Array( - 'DownloadId' => Array( 'title'=>'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'Username' => Array( 'title'=>'la_col_Username', 'filter_block' => 'grid_like_filter', 'width' => 100, ), + 'DownloadId' => Array( 'title'=>'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Username' => Array( 'filter_block' => 'grid_like_filter', 'width' => 100, ), 'ProductName' => Array( 'title'=>'la_col_DownloadedProductName', 'filter_block' => 'grid_like_filter', 'width' => 150, ), 'Filename' => Array( 'title'=>'la_col_DownloadedFileName', 'filter_block' => 'grid_like_filter', 'width' => 150, ), - 'IPAddress' => Array( 'title'=>'la_col_IPAddress', 'filter_block' => 'grid_like_filter', 'width' => 150, ), + 'IPAddress' => Array( 'filter_block' => 'grid_like_filter', 'width' => 150, ), 'StartedOn' => Array( 'title'=>'la_col_StartedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 150, ), ), ),