2007-05-27 Sancho Lerena <slerena@artica.es>

* godmode/agentes/alert_manager.php: Now alert edit/create uses
        alert tab to show alert data.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@474 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2007-05-27 13:20:27 +00:00
parent 8cfb84c87a
commit 2d04a50492
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-05-27 Sancho Lerena <slerena@artica.es>
* godmode/agentes/alert_manager.php: Now alert edit/create uses
alert tab to show alert data.
2007-05-27 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: Cleaned and moved install styles

View File

@ -125,7 +125,7 @@ $result=mysql_query($sql1);
// ==================================================================================
// Add alerts
// ==================================================================================
echo '<form name="agente" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'">';
echo '<form name="agente" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente.'">';
if (! isset($update_alert))
$update_alert = -1;
if ($update_alert != 1) {

View File

@ -242,7 +242,6 @@ if (isset($_POST["insert_alert"])){ // if created alert
'$max_alerts',
'$min_alerts',
'$alert_text')";
$result=mysql_query($sql_insert);
if (! $result)
echo "<h3 class='error'>".$lang_label["create_alert_no"]."</h3>";