Commit 23286dd 1 parent 19e389e commit 23286dd Copy full SHA for 23286dd
File tree 2 files changed +7
-4
lines changed
calendar/calendar-tool/tool/src/webapp
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,16 @@ classpath.resource.loader.class = org.apache.velocity.runtime.resource.loader.Cl
79
79
velocimacro.library = VM_chef_library.vm
80
80
81
81
# ##velocimacro.permissions.allow.inline = true
82
- # ##velocimacro.permissions.allow.inline.to.replace.global = false
83
82
# ##velocimacro.permissions.allow.inline.local.scope = false
84
83
85
84
# ##velocimacro.context.localscope = false
86
85
86
+ # # Set these 3 values to allow inline macro changes (to help debug)
87
+
88
+ # velocimacro.library.autoreload=true
89
+ # file.resource.loader.cache=false
90
+ # velocimacro.permissions.allow.inline.to.replace.global=true
91
+
87
92
# ----------------------------------------------------------------------------
88
93
# INTERPOLATION
89
94
# ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 337
337
#end
338
338
339
339
#set ($du = $endTime.getTime().intValue() - $startTime.getTime().intValue())
340
- ## The Real non-fudged endtime
341
- #set ($dureal = $endTime.getTime().intValue() - $startTime.getTime().intValue())
342
340
#set($dhour = $helper.getduration($du.longValue(),3600000))
343
341
#set($dminute = $helper.getFractionIn($du.longValue(),$dhour))
344
342
372
370
#set ($rowspan = $rowspan + 1)
373
371
#end
374
372
## This endtime may have been fudged, if so it will need an extra row as it's being returned from getNewEvents
375
- #if ($endTime ! = $endTimeActual)
373
+ #if ($endTime = = $endTimeActual)
376
374
#set ($rowspan = $rowspan + 1)
377
375
#end
378
376
You can’t perform that action at this time.
0 commit comments