mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2006-12-14 Raul Mateos <raulofpandora@gmail.com>
* operation/messages/message.php: Updated style for not found items. * godmode/agentes/configurar_agente.php, operation/agentes/estado_agente.php: Updated style for red text. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@320 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
96f903a686
commit
c66e9c5b44
@ -1,6 +1,13 @@
|
|||||||
2006-12-14 Raul Mateos <raulofpandora@gmail.com>
|
2006-12-14 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
* include/styles/*.css: Simplify styles. First Try.
|
* operation/messages/message.php: Updated style for not found items.
|
||||||
|
|
||||||
|
* godmode/agentes/configurar_agente.php,
|
||||||
|
operation/agentes/estado_agente.php: Updated style for red text.
|
||||||
|
|
||||||
|
2006-12-14 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* include/styles/*.css: Simplify styles.
|
||||||
|
|
||||||
2006-12-08 Raul Mateos <raulofpandora@gmail.com>
|
2006-12-08 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
@ -1071,7 +1071,7 @@ while ($row=mysql_fetch_array($result)){
|
|||||||
}
|
}
|
||||||
echo "</select>";
|
echo "</select>";
|
||||||
} else {
|
} else {
|
||||||
echo "<i class='red'>".$lang_label["no_change_field"]."</i>";
|
echo "<span class='redi'>".$lang_label["no_change_field"]."</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// End block only if $creacion_agente != 1;
|
// End block only if $creacion_agente != 1;
|
||||||
|
@ -197,7 +197,7 @@ if (comprueba_login() == 0) {
|
|||||||
echo '<td class="'.$tdcolor.'"><img src="images/g_'.$iconindex_g[$id_grupo].'.gif"> ( '.dame_grupo($id_grupo).' )';
|
echo '<td class="'.$tdcolor.'"><img src="images/g_'.$iconindex_g[$id_grupo].'.gif"> ( '.dame_grupo($id_grupo).' )';
|
||||||
echo "<td class='$tdcolor'> ".$numero_modulos." <b>/</b> ".$numero_monitor;
|
echo "<td class='$tdcolor'> ".$numero_modulos." <b>/</b> ".$numero_monitor;
|
||||||
if ($monitor_bad <> 0)
|
if ($monitor_bad <> 0)
|
||||||
echo " <b>/</b> <font class='red'>".$monitor_bad."</font>";
|
echo " <b>/</b> <span class='red'>".$monitor_bad."</span>";
|
||||||
if ($monitor_down <> 0)
|
if ($monitor_down <> 0)
|
||||||
echo " <b>/</b> <font class='grey'>".$monitor_down."</font>";
|
echo " <b>/</b> <font class='grey'>".$monitor_down."</font>";
|
||||||
if ($numero_monitor <> 0){
|
if ($numero_monitor <> 0){
|
||||||
|
@ -176,7 +176,7 @@ else {
|
|||||||
}
|
}
|
||||||
echo "<tr><td colspan='5'><div class='raya'></div></td></tr>";
|
echo "<tr><td colspan='5'><div class='raya'></div></td></tr>";
|
||||||
}
|
}
|
||||||
else echo "<div class='red'>".$lang_label["no_messages"]."</div><table>"; //no messages
|
else echo "<div class='nf'>".$lang_label["no_messages"]."</div><table>"; //no messages
|
||||||
|
|
||||||
//read mess
|
//read mess
|
||||||
if (isset($_GET["leer"])){
|
if (isset($_GET["leer"])){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user