Merge branch '785-No-carga-fondo-correcto-en-el-builder-de-las-consolas-visuales' into 'develop'
Use real background-color in visual console builder - #785 See merge request !415
This commit is contained in:
commit
da54680e04
pandora_console/godmode/reporting
|
@ -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) . ");
|
||||
|
|
Loading…
Reference in New Issue