2009-02-09 Raul Mateos <raulofpandora@gmail.com>

* include/styles/images/toggle.png: Added png file. GIF will be removed.
	* include/styles/menu.css, ie.css: Updated to use toggle.png. Updated
	headers.
	* include/config_process.php: Moved build to index (it was used by other
	files that didn't included this file). Updated year.
	* index.php: Updated build.
	* general/error_noconfig.php: Updated year.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1433 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2009-02-09 12:03:03 +00:00
parent 1c59619df7
commit 02d8363146
7 changed files with 45 additions and 11 deletions

View File

@ -1,3 +1,17 @@
2009-02-09 Raul Mateos <raulofpandora@gmail.com>
* include/styles/images/toggle.png: Added png file. GIF will be removed.
* include/styles/menu.css, ie.css: Updated to use toggle.png. Updated
headers.
* include/config_process.php: Moved build to index (it was used by other
files that didn't included this file). Updated year.
* index.php: Updated build.
* general/error_noconfig.php: Updated year.
2009-02-06 Evi Vanoost <vanooste@rcbi.rochester.edu>
* include/styles/menu.css: Updated to make it look good again

View File

@ -2,7 +2,7 @@
// Pandora FMS - the Flexible Monitoring System
// ============================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or

View File

@ -2,7 +2,7 @@
// Pandora FMS - the Flexible Monitoring System
// ============================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or
@ -16,10 +16,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//Pandora Version
$build_version = 'PC090120';
$pandora_version = 'v2.1-dev';
// This is directory where placed "/attachment" directory, to upload files stores.
// This MUST be writtable by http server user, and should be in pandora root.
// By default, Pandora adds /attachment to this, so by default is the pandora console home dir

View File

@ -1,8 +1,28 @@
/*
Pandora FMS - the Flexible Monitoring System
============================================
Copyright (c) 2004-2009 Sancho Lerena, slerena@openideas.info
Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
Copyright (c) 2004-2009 Raul Mateos Martin, raulofpandora@gmail.com
Copyright (c) 2008-2009 Evi Vanoost, vanooste@rcbi.rochester.edu
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
.title .toggle {
background: none;
}
.title .toggle {
background: transparent url(images/toggle.gif) no-repeat scroll !important;
background: transparent url(images/toggle.png) no-repeat scroll !important;
}
.title a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

View File

@ -2,9 +2,9 @@
Pandora FMS - the Flexible Monitoring System
============================================
Copyright (c) 2004-2008 Sancho Lerena, slerena@openideas.info
Copyright (c) 2005-2008 Artica Soluciones Tecnologicas
Copyright (c) 2004-2008 Raul Mateos Martin, raulofpandora@gmail.com
Copyright (c) 2008-2008 Evi Vanoost, vanooste@rcbi.rochester.edu
Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
Copyright (c) 2004-2009 Raul Mateos Martin, raulofpandora@gmail.com
Copyright (c) 2008-2009 Evi Vanoost, vanooste@rcbi.rochester.edu
Copyright (c) 2006-2007 Jose Navarro jose@jnavarro.net
Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
@ -65,7 +65,7 @@
border-color: #dadbdc;
}
.menu li.has_submenu.selected > a, .menu li:hover.has_submenu > a {
background: transparent url(images/toggle.gif) no-repeat 110px 2px;
background: transparent url(images/toggle.png) no-repeat 115px 5px;
}
.menu li:hover.has_submenu ul.invisible {
display:block;

View File

@ -25,6 +25,10 @@ if (function_exists ('mb_internal_encoding')) {
mb_internal_encoding ("UTF-8");
}
//Pandora Version
$build_version = 'PC090209';
$pandora_version = 'v2.1-dev';
// Set to 1 to do not check for installer or config file (for development!).
$develop_bypass = 1;