NYBU#34340 Weergave Campuslijst
svn path=/Website/trunk/; revision=27245
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
filter: {
|
||||
"styling" : 16, // Alleen de mobiele
|
||||
"ismobile": true,
|
||||
"showall" : 1
|
||||
"showall": (getQParamInt("showall", 0) == 1),
|
||||
"nolimit": (getQParamInt("showall", 0) == 1) // Doe niets met de waarden qp_maxrows_xxx in model_reports.report_GET()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ function scaffolding_m_list(model, scf_params)
|
||||
subheaderColumn: scf_params.list.columns.length > 2?fnSubheader:null,
|
||||
//groupColumn: "gebouw",
|
||||
linkColumn: scf_params.list.fncolLink||(default_url?fncolLink:null),
|
||||
showAll: true, // anders op 30 afgekapt
|
||||
showAll: showall, // anders op 30 afgekapt
|
||||
outputmode: outputmode,
|
||||
buttons: buttons
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user