Fixing spacing

This commit is contained in:
Nathan Adams 2016-10-01 21:31:16 -05:00
parent b07faa996f
commit 39245dc42c

View File

@ -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.');