mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-29 12:59:00 +02:00
* include/styles/install.css, include/styles/pandora.css, install.php: Yeeeha!, new look & feel for 4.0 version ! :-) * index.php: Minimal changes in session close (after the header render). * images/greyback.gif: New background for 4.0 (included the installer) * COPYING: removed bad carriage returns. * general/login_page.php: Small modifications to have a better style. * operation/system_alert.php, include/javascript/jquery.pandora.js, general/header.php: Implemented a "alert" icon who shows the general problems, instead naggin the user in each page. Incorporated the new feature to warn user when he doesn't change the default password :-) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4463 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
10 lines
203 B
PHP
10 lines
203 B
PHP
<?php
|
|
|
|
// TODO: Poner esto resizable y dragable: http://jqueryui.com/demos/dialog
|
|
|
|
echo "<div style='margin-top: 30px; width: 550px; margin-left: 50px'>";
|
|
echo $_SESSION["alert_msg"];
|
|
echo "</div>";
|
|
|
|
?>
|