Fix sort option of forge watchlist

feature.better-home
William MARTIN 2011-01-05 17:51:34 +01:00
parent 0334e88625
commit a437da6a4c
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class IDF_Views_Issue
$pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted
$pag->sort_reverse_order = array('modif_dtime');
$pag->sort_link_title = true;
$pag->extra_classes = array('a-c', '', 'a-c', '');
$pag->extra_classes = array('a-c', '', 'a-c', 'a-c', 'a-c');
$list_display = array(
'id' => __('Id'),
array('summary', 'IDF_Views_Issue_SummaryAndLabelsUnknownProject', __('Summary')),