UWVA#37540 Lunch en andere blokkades
svn path=/Website/trunk/; revision=32022
This commit is contained in:
@@ -87,7 +87,7 @@ function make_plan_regel(room, ar, params, nr_days, hour_px)
|
||||
var px_start = (room.begintijdblok - S("res_t1")) * hour_px;
|
||||
var px_end = (room.eindtijdblok - S("res_t1")) * hour_px;
|
||||
var px_width = px_end - px_start;
|
||||
var div = "<div class='gepland res_blok' style='left:"+px_start+"px;width:"+px_width+"px;'> </div>";
|
||||
var div = "<div class='gepland res_blok res_lunchblok' style='left:"+px_start+"px;width:"+px_width+"px;'> </div>";
|
||||
html.push("\n" + div);
|
||||
}
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ hour_px = res.hour_px(width_px-300, nr_days);
|
||||
var blokje = hour_px * <%=safe.jsfloat(S("res_h"))%>;
|
||||
var startx; // start positie van het slepen (left);
|
||||
var starty; // start positie van het slepen (top);
|
||||
$('div.gepland:not(.res_nietvrij,.overflowright,.overflowleft.continueright,.continueleft,.extern)').resizable(
|
||||
$('div.gepland:not(.res_nietvrij,.res_lunchblok,.overflowright,.overflowleft.continueright,.continueleft,.extern)').resizable(
|
||||
{ containment: '#tab_room_sched',
|
||||
grid: [blokje, 12],
|
||||
handles: 'e, w',
|
||||
|
||||
Reference in New Issue
Block a user