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:
raulmateos 2006-12-14 22:47:45 +00:00
parent 5a7c537e94
commit 8ea9120a2e
4 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,13 @@
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>

View File

@ -1071,7 +1071,7 @@ while ($row=mysql_fetch_array($result)){
}
echo "</select>";
} 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;

View File

@ -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'> ".$numero_modulos." <b>/</b> ".$numero_monitor;
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)
echo " <b>/</b> <font class='grey'>".$monitor_down."</font>";
if ($numero_monitor <> 0){

View File

@ -176,7 +176,7 @@ else {
}
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
if (isset($_GET["leer"])){