HSLE#34978: Overzicht reserveringen aanpassen voor de dag.
svn path=/Website/trunk/; revision=27994
This commit is contained in:
@@ -1545,6 +1545,7 @@ function res_list (pautfunction, params)
|
||||
+ ", ins_alg_ruimte_key_org"
|
||||
+ ", res_ruimte_opstel_default"
|
||||
+ ", resgroup.res_activiteit_omschrijving"
|
||||
+ ", res_rsv_ruimte_afgerond"
|
||||
+ " FROM ("
|
||||
+ sql
|
||||
+ ") resgroup"
|
||||
|
||||
@@ -871,7 +871,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
|
||||
}
|
||||
appender += "</select>";
|
||||
appender += "<span onClick='javascript:doMulti(\"" + this.ID + "\");FcltMgr.stopPropagation(event);' class='button'>"+L("lcl_domulti")+"</span></div>";
|
||||
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
|
||||
htmlFoot += "<tr><td class='rsfooter' colspan=" + (columns.length + (hasInlineDetails? 1 : 0) + (!isPrinting && !isExcel && anyMultiActions && !inline? 1 : 0)) + ">" + appender + "</td></tr>";
|
||||
}
|
||||
|
||||
if (htmlFoot != "")
|
||||
|
||||
Reference in New Issue
Block a user