[eGroupWare-svn] r56042 - in /trunk/pixelegg: ./ css/ less/

[email protected] Thu, 05 May 2016 18:27:07 -0000
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: ralfbecker
Date: Thu May  5 20:27:07 2016
New Revision: 56042

URL: http://svn.stylite.de/viewvc/egroupware?rev=56042&view=rev
Log:
a couple of fixes for pixelegg template for minimal install

Modified:
    trunk/pixelegg/css/mobile.less
    trunk/pixelegg/head_mobile.tpl
    trunk/pixelegg/hook_settings.inc.php
    trunk/pixelegg/less/def_buttons.less
    trunk/pixelegg/less/def_design_pattern_color_font_shadow.less
    trunk/pixelegg/less/layout_content_elements.less
    trunk/pixelegg/less/layout_messages.less
    trunk/pixelegg/less/layout_tutorials.less
    trunk/pixelegg/less/traditional.less

Modified: trunk/pixelegg/css/mobile.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/css/mobile.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/css/mobile.less (original)
+++ trunk/pixelegg/css/mobile.less Thu May  5 20:27:07 2016
@@ -65,7 +65,7 @@
 				position: absolute;
 				width: 100%;
 				height: 100%;
-				background-image: url(../../phpgwapi/templates/default/images/logo64x64.png);
+				background-image: url(../../api/templates/default/images/logo64x64.png);
 				background-position: center;
 				background-repeat: no-repeat;
 				background-size: 64px;

Modified: trunk/pixelegg/head_mobile.tpl
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/head_mobile.tpl?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/head_mobile.tpl (original)
+++ trunk/pixelegg/head_mobile.tpl Thu May  5 20:27:07 2016
@@ -11,7 +11,7 @@
 		<meta name="author" content="Stylite AG www.stylite.de" />
 		<meta name="apple-mobile-web-app-capable" content="yes" />
 		<meta name="viewport" content="user-scalable=no,width=device-width" />
-		<link rel="apple-touch-icon" href="{webserver_url}/phpgwapi/templates/default/images/logo64x64.png" />
+		<link rel="apple-touch-icon" href="{webserver_url}/api/templates/default/images/logo64x64.png" />
 		{pngfix}
 		{meta_robots}
 		<link rel="icon" href="{img_icon}" type="image/x-ico" />

Modified: trunk/pixelegg/hook_settings.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/hook_settings.inc.php?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/hook_settings.inc.php (original)
+++ trunk/pixelegg/hook_settings.inc.php Thu May  5 20:27:07 2016
@@ -13,7 +13,7 @@
  * @todo extend Stylite template preferences instead of this copy (simple include fails)
  */
 $apps = $no_navbar_apps = array();
-if (!$hook_data['setup'])	// does not work on setup time
+if (!$hook_data['setup'] && !isset($GLOBALS['egw_setup']))	// does not work on setup time
 {
 	foreach(ExecMethod('pixelegg.pixelegg_framework.navbar_apps') as $app => $data)
 	{

Modified: trunk/pixelegg/less/def_buttons.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/def_buttons.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/less/def_buttons.less (original)
+++ trunk/pixelegg/less/def_buttons.less Thu May  5 20:27:07 2016
@@ -8,7 +8,7 @@
  * @link http://www.egroupware.org
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Stefan Reinhardt <[email protected]>
- * @package phpgwapi
+ * @package pixelegg
  * @version $Id$
  */
 

Modified: trunk/pixelegg/less/def_design_pattern_color_font_shadow.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/def_design_pattern_color_font_shadow.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/less/def_design_pattern_color_font_shadow.less (original)
+++ trunk/pixelegg/less/def_design_pattern_color_font_shadow.less Thu May  5 20:27:07 2016
@@ -8,7 +8,7 @@
  * @link http://www.egroupware.org
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Stefan Reinhard <[email protected]>
- * @package phpgwapi
+ * @package pixelegg
  * @version $Id$
  */
 

Modified: trunk/pixelegg/less/layout_content_elements.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/layout_content_elements.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/less/layout_content_elements.less (original)
+++ trunk/pixelegg/less/layout_content_elements.less Thu May  5 20:27:07 2016
@@ -8,7 +8,7 @@
  * @link http://www.egroupware.org
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Stefan Reinhardt <[email protected]>
- * @package phpgwapi
+ * @package pixelegg
  * @version $Id$
  */
 @import (reference) "definitions.less";

Modified: trunk/pixelegg/less/layout_messages.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/layout_messages.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/less/layout_messages.less (original)
+++ trunk/pixelegg/less/layout_messages.less Thu May  5 20:27:07 2016
@@ -8,7 +8,7 @@
  * @link http://www.egroupware.org
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Stefan Reinhardt <[email protected]>
- * @package phpgwapi
+ * @package pixelegg
  * @version $Id$
  */
 

Modified: trunk/pixelegg/less/layout_tutorials.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/layout_tutorials.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/less/layout_tutorials.less (original)
+++ trunk/pixelegg/less/layout_tutorials.less Thu May  5 20:27:07 2016
@@ -8,7 +8,7 @@
  * @link http://www.egroupware.org
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Hadi Nategh <[email protected]>
- * @package phpgwapi
+ * @package pixelegg
  * @version $Id$
  */
 @import (reference) "definitions.less";

Modified: trunk/pixelegg/less/traditional.less
URL: http://svn.stylite.de/viewvc/egroupware/trunk/pixelegg/less/traditional.less?rev=56042&r1=56041&r2=56042&view=diff
==============================================================================
--- trunk/pixelegg/less/traditional.less (original)
+++ trunk/pixelegg/less/traditional.less Thu May  5 20:27:07 2016
@@ -11,7 +11,7 @@
  * @link http://www.egroupware.org
  * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
  * @author Stefan Reinhard <[email protected]>
- * @package phpgwapi
+ * @package pixelegg
  * @version $Id$
  */
 


------------------------------------------------------------------------------
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