[eGroupWare-svn] r55925 - /trunk/calendar/sitemgr/class.module_calendar_planner.inc.php

[email protected] Thu, 28 Apr 2016 18:23:44 -0000
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: ralfbecker
Date: Thu Apr 28 20:23:44 2016
New Revision: 55925

URL: http://svn.stylite.de/viewvc/egroupware?rev=55925&view=rev
Log:
etemplate2.css is now in api

Modified:
    trunk/calendar/sitemgr/class.module_calendar_planner.inc.php

Modified: trunk/calendar/sitemgr/class.module_calendar_planner.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/sitemgr/class.module_calendar_planner.inc.php?rev=55925&r1=55924&r2=55925&view=diff
==============================================================================
--- trunk/calendar/sitemgr/class.module_calendar_planner.inc.php (original)
+++ trunk/calendar/sitemgr/class.module_calendar_planner.inc.php Thu Apr 28 20:23:44 2016
@@ -20,7 +20,7 @@
 	 */
 	const CALENDAR_CSS = '/calendar/templates/default/app.css';
 
-	const ETEMPLATE_CSS = '/etemplate/templates/default/etemplate2.css';
+	const ETEMPLATE_CSS = '/api/templates/default/etemplate2.css';
 
 	/**
 	 * Constructor
@@ -28,7 +28,7 @@
 	function __construct()
 	{
 		parent::__construct();
-		
+
 		$this->arguments = array(
 			'sortby' => array(
 				'type' => 'select',
@@ -92,7 +92,7 @@
 		{
 			$this->arguments['cat_id']['options'][$cat['id']] = str_repeat('&nbsp; ',$cat['level']).$cat['name'];
 		}
-		if (count($cat_ids) > 5)
+		if (count($this->arguments['cat_id']['options']) > 5)
 		{
 			$this->arguments['cat_id']['multiple'] = 5;
 		}
@@ -315,7 +315,7 @@
 		{
 			$html .= '<div class="message" align="center">'.lang('No owner selected').'</div>';
 		}
-		
+
 		while(@ob_end_clean());
 
 		return $html;


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z