2013-07-03 Miguel de Dios <miguel.dedios@artica.es>

* mobile/include/style/main.css: some fix for the module list
	when it is embedded in agent view, now it is show in Android but
	I need work more for to show in the jobs fashion gadget.
	
	* mobile/operation/networkmaps.php: fixed to avoid
	unused the javascript for mobile.
	
	MERGED FROM THE BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8466 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-07-03 12:09:23 +00:00
parent aeeaf21ad2
commit 2dbe9c1697
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,14 @@
2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* mobile/include/style/main.css: some fix for the module list
when it is embedded in agent view, now it is show in Android but
I need work more for to show in the jobs fashion gadget.
* mobile/operation/networkmaps.php: fixed to avoid
unused the javascript for mobile.
MERGED FROM THE BRANCH 4.0
2013-07-03 Miguel de Dios <miguel.dedios@artica.es> 2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/fgraph.php: change the source code style to make * include/graphs/fgraph.php: change the source code style to make

View File

@ -538,7 +538,7 @@ table#list_events th {
color: #000000 !important; color: #000000 !important;
} }
@media screen and (max-width: 35em) { @media screen and (max-width: 320px) {
#list_Modules_Embedded .cell_1 .ui-table-cell-label, #list_Modules_Embedded .cell_1 .ui-table-cell-label,
#list_Modules_Embedded .cell_6 .ui-table-cell-label { #list_Modules_Embedded .cell_6 .ui-table-cell-label {
min-width: auto !important; min-width: auto !important;

View File

@ -12,7 +12,9 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // GNU General Public License for more details.
ob_start();
require_once ('../include/functions_networkmap.php'); require_once ('../include/functions_networkmap.php');
ob_get_clean(); //Fixed unused javascript code.
class Networkmaps { class Networkmaps {
private $correct_acl = false; private $correct_acl = false;