Merge branch '785-No-carga-fondo-correcto-en-el-builder-de-las-consolas-visuales' into 'develop'

Use real background-color in visual console builder - 

See merge request 
This commit is contained in:
vgilc 2017-04-26 15:46:40 +02:00
commit da54680e04
1 changed files with 1 additions and 1 deletions
pandora_console/godmode/reporting

View File

@ -78,7 +78,7 @@ else {
echo '<div id="frame_view" style="overflow: auto; margin: 0px auto; padding: 5px; ">';
}
echo '<div id="background" class="" style="top:0px;
margin: 0px auto;border: 1px lightgray solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;">';
margin: 0px auto;border: 1px lightgray solid; width: ' . $widthBackground . 'px; height: ' . $heightBackground . 'px;background-color: '.$visualConsole["background_color"].';">';
echo "<div id='background_grid'
style='position: absolute; display: none; overflow: hidden;
background: url(" . ui_get_full_url('images/console/background/white_boxed.jpg', false, false, false) . ");