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:
Jos Groot Lipman
2017-02-27 11:08:30 +00:00
parent f5377c3f10
commit 16e2ef42c4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = "";

View File

@@ -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'>