From 4561f98c7a00d74462ac771eae1796b6cca13566 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 21 Oct 2011 19:13:38 +0200 Subject: overlapping for resizing and selecting implemented --- .../views/scripts/event/checkoverlapdrop.phtml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 application/views/scripts/event/checkoverlapdrop.phtml (limited to 'application/views/scripts/event/checkoverlapdrop.phtml') diff --git a/application/views/scripts/event/checkoverlapdrop.phtml b/application/views/scripts/event/checkoverlapdrop.phtml new file mode 100644 index 0000000..6558e19 --- /dev/null +++ b/application/views/scripts/event/checkoverlapdrop.phtml @@ -0,0 +1,34 @@ +overlaps); +//$overlaps[] = array(); + + + +if(count($this->overlapswithrepeat) == 0) { + $output['withrepeat'] = -1; +} +else { + $output['withrepeat'] = ''; + // Echo contents of output, e.g. required values, such as title, date, etc. + //echo json_encode($this->overlaps); +} + +if(count($this->overlapswithoutrepeat) == 0) { + $output['withoutrepeat'] = -1; +} +else { + $output['withoutrepeat'] = ''; + // Echo contents of output, e.g. required values, such as title, date, etc. + //echo json_encode($this->overlaps); +} +echo json_encode($output); +?> \ No newline at end of file -- cgit v1.2.3-55-g7522