pandorafms/pandora_console/operation/system_alert.php

10 lines
251 B
PHP
Raw Normal View History

<?php
// TODO: Poner esto resizable y dragable: http://jqueryui.com/demos/dialog
echo "<div style='margin-top: 10px; width: 100%; height: 250px; overflow: auto; margin-left: 0px; text-align: left;'>";
echo $_SESSION["alert_msg"];
echo "</div>";
?>