mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
2006-12-03 Sancho Lerena <slerena@artica.es>
* godmode/agentes/configurar_agente.php: Fixed bug editing alerts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@301 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
33a617c269
commit
209c912a12
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-03 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/configurar_agente.php: Fixed bug editing alerts.
|
||||||
|
|
||||||
2006-12-03 Raul Mateos <raulofpandora@gmail.com>
|
2006-12-03 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* include/styles/pandora.css: new style for not found items. Join styles.
|
* include/styles/pandora.css: new style for not found items. Join styles.
|
||||||
|
@ -1008,9 +1008,9 @@ while ($row=mysql_fetch_array($result)){
|
|||||||
<a name="alerts"> <!-- Don't Delete !! -->
|
<a name="alerts"> <!-- Don't Delete !! -->
|
||||||
|
|
||||||
<tr><td class="datos2"><?php echo $lang_label["min_value"] ?>
|
<tr><td class="datos2"><?php echo $lang_label["min_value"] ?>
|
||||||
<td class="datos2"><input type="text" name="minimo" size="5" value="<?php echo $alerta_dis_max ?>" style="margin-right: 70px;">
|
<td class="datos2"><input type="text" name="minimo" size="5" value="<?php echo $alerta_dis_min ?>" style="margin-right: 70px;">
|
||||||
<?php echo $lang_label["max_value"] ?>
|
<?php echo $lang_label["max_value"] ?>
|
||||||
<input type="text" name="maximo" size="5" value="<?php echo $alerta_dis_min ?>">
|
<input type="text" name="maximo" size="5" value="<?php echo $alerta_dis_max ?>">
|
||||||
<tr><td class="datos"><?php echo $lang_label["description"] ?>
|
<tr><td class="datos"><?php echo $lang_label["description"] ?>
|
||||||
<td class="datos"><input type="text" name="descripcion" size="39" value ="<?php echo $alerta_descripcion ?>">
|
<td class="datos"><input type="text" name="descripcion" size="39" value ="<?php echo $alerta_descripcion ?>">
|
||||||
<tr><td class="datos2"><?php echo $lang_label["field1"] ?>
|
<tr><td class="datos2"><?php echo $lang_label["field1"] ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user