SUTF#39280 Iets meer ruimte voor de ruimteomschrijvingen in het planbord reserveren
svn path=/Website/branches/v2016.3/; revision=32964
This commit is contained in:
@@ -288,7 +288,7 @@ __Log("start make_plan_room");
|
||||
|
||||
var nr_days = Math.round(1 + (params.res_tot.midnight() - params.res_van.midnight()) / 24 / 60 / 60 / 1000);
|
||||
// Bereken dynamisch breedte blokjes
|
||||
var hour_px = res.hour_px(width_px - 300, nr_days);
|
||||
var hour_px = res.hour_px(width_px - 400, nr_days);
|
||||
|
||||
var onclick = "";
|
||||
var onmouse = "";
|
||||
|
||||
@@ -72,7 +72,7 @@ var fnStep = getFParam("fnStep", null); // Clientside functie voor Next/Prev
|
||||
// PAS OP: identiek houden aan res_plan_room.inc!
|
||||
var width_px = getQParamInt("width_px", 1024);
|
||||
var nr_days = Math.round(1+(date_to.midnight() - date_from.midnight())/24/60/60/1000);
|
||||
hour_px = res.hour_px(width_px-300, nr_days);
|
||||
hour_px = res.hour_px(width_px - 400, nr_days);
|
||||
%>
|
||||
|
||||
<html style='overflow:scroll'>
|
||||
|
||||
Reference in New Issue
Block a user