summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/checkoverlapresize.phtml
diff options
context:
space:
mode:
authorSebastian Wagner2011-10-26 14:53:53 +0200
committerSebastian Wagner2011-10-26 14:53:53 +0200
commit91318534af71553b80b022f39e3657e22e37dfb9 (patch)
treeb2fdd7ad644f63237b69c4f8c73ee52d3d942565 /application/views/scripts/event/checkoverlapresize.phtml
parentsome bugfixes (diff)
downloadpoolctrl-91318534af71553b80b022f39e3657e22e37dfb9.tar.gz
poolctrl-91318534af71553b80b022f39e3657e22e37dfb9.tar.xz
poolctrl-91318534af71553b80b022f39e3657e22e37dfb9.zip
verschiedenes
Diffstat (limited to 'application/views/scripts/event/checkoverlapresize.phtml')
-rw-r--r--application/views/scripts/event/checkoverlapresize.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/views/scripts/event/checkoverlapresize.phtml b/application/views/scripts/event/checkoverlapresize.phtml
index 89b8499..21961ca 100644
--- a/application/views/scripts/event/checkoverlapresize.phtml
+++ b/application/views/scripts/event/checkoverlapresize.phtml
@@ -8,12 +8,12 @@ foreach($this->cfeventswithrepeat as $c){
}
$output['cfplotwithrepeat'] .= '</ul>';
-// conflict free plot without repeat
+/*// conflict free plot without repeat
$output['cfplotwithoutrepeat'] = '<ul id="cfplot">';
foreach($this->cfeventswithoutrepeat as $c){
$output['cfplotwithoutrepeat'] .= '<li>' . 'EventID: ' . $c['eventID'] . ', Title: ' . $c['title'] . ', Start: ' . $c['start'] . ', End: ' . $c['end'] . '</li>';
}
-$output['cfplotwithoutrepeat'] .= '</ul>';
+$output['cfplotwithoutrepeat'] .= '</ul>';*/
// conflict plot with repeat
if(count($this->overlapswithrepeat) == 0) {
@@ -35,7 +35,7 @@ else {
if(count($this->overlapswithoutrepeat) == 0) {
$output['withoutrepeat'] = -1;
}
-else {
+/*else {
$output['withoutrepeat'] = '<ul id="conflictEvents">';
foreach($this->overlapswithoutrepeat as $o){
if(isset($o['end'])) {
@@ -45,6 +45,6 @@ else {
}
}
$output['withoutrepeat'] .= '</ul>';
-}
+}*/
echo json_encode($output);
?> \ No newline at end of file