Skip to content

Commit

Permalink
Fixed issue #10590: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 26, 2016
1 parent 4816394 commit 73bb9ff
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scripts/admin/listresponse.js
Expand Up @@ -90,16 +90,15 @@ $(function() {
}
});
/* Add navgrid */
jQuery("#displayresponses").jqGrid(
'navGrid',
'#pager',
jQuery("#displayresponses").jqGrid( 'navGrid', '#pager',
{
searchtitle : sSearchTitle,
refreshtitle : sRefreshTitle,
edit: false,
add: false,
edit: false,
del: true,
search: false, //true when https://github.com/LimeSurvey/LimeSurvey/commit/c710ac795b471c4370cc45027542c54f791e5950#diff-15547196721577f485345c4a68f0c5d0R629 is done
searchtitle : sSearchTitle,
refreshtitle : sRefreshTitle,
deltitle : sDelTitle,
search: true,
refresh: true,
view: false,
position: "left"
Expand Down

0 comments on commit 73bb9ff

Please sign in to comment.