Merge branch '1746-Mejora-visual-en-el-popup-de-warning-en-el-header-dev' into 'develop'

Fixed messages in warning popup

See merge request 
This commit is contained in:
vgilc 2018-01-29 13:36:06 +01:00
commit 7b20e43141
2 changed files with 2 additions and 2 deletions
pandora_console

View File

@ -279,7 +279,7 @@ function ui_print_message ($message, $class = '', $attributes = '', $return = fa
$output .= '</td>
</tr>
<tr>
<td style="color:#333">' . $text_message . '</td>
<td style="color:#333;padding-top:10px">' . $text_message . '</td>
<td></td>
</tr>
</table>';

View File

@ -22,7 +22,7 @@ echo "<div style='overflow-y:auto;height:400px;min-height:400px;max-height:400px
echo get_pandora_error_for_header();
echo "</div>";
echo "<div class='modalokbutton cerrar'>
echo "<div class='modalokbutton cerrar' style='margin-top: 10px'>
<span class='modalokbuttontext close'>OK</span>
</div>";