srchub

srchub Commit Details


Date:2015-10-16 22:22:17 (9 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:170c74bf164afc74e876f5f1639c33514d311ce0
Parents: 75986bb272ed6925d480880c4525857c417cbcdf
Message:Issue 108: Downloads misspelled on Downloads page

Changes:

File differences

indefero/src/IDF/Views/Download.php
6666
6767
6868
69
69
7070
7171
7272
array('summary', 'IDF_Views_Download_SummaryAndLabels', __('Summary')),
array('filesize', 'IDF_Views_Download_Size', __('Size')),
array('creation_dtime', 'Pluf_Paginator_DateYMD', __('Uploaded')),
array('downloads', 'Pluf_Paginator_DisplayVal', __('Downlaods')),
array('downloads', 'Pluf_Paginator_DisplayVal', __('Downloads')),
);
$pag->configure($list_display, array(), array('file', 'filesize', 'creation_dtime'));
$pag->items_per_page = 10;

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.07078s using 20 queries.