Fixing spacing
This commit is contained in:
parent
b07faa996f
commit
39245dc42c
@ -46,7 +46,7 @@ class IDF_Views_Download
|
|||||||
// Paginator to paginate the files to download.
|
// Paginator to paginate the files to download.
|
||||||
$pag = new Pluf_Paginator(new IDF_Upload());
|
$pag = new Pluf_Paginator(new IDF_Upload());
|
||||||
//$pag->class = 'recent-issues';
|
//$pag->class = 'recent-issues';
|
||||||
$pag->class = 'uploads';
|
$pag->class = 'uploads';
|
||||||
$pag->item_extra_props = array('project_m' => $prj,
|
$pag->item_extra_props = array('project_m' => $prj,
|
||||||
'shortname' => $prj->shortname);
|
'shortname' => $prj->shortname);
|
||||||
$pag->summary = __('This table shows the files to download.');
|
$pag->summary = __('This table shows the files to download.');
|
||||||
|
Loading…
Reference in New Issue
Block a user