From d69167cc12a747f9c5faaed657c35a095ae2643f Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sun, 27 May 2007 12:19:33 +0000 Subject: [PATCH] 2007-05-27 Raul Mateos * operation/messages/message.php: Solved small typo with h2 order. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@473 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/operation/messages/message.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pandora_console/operation/messages/message.php b/pandora_console/operation/messages/message.php index 2a487daff5..fef7563cbe 100644 --- a/pandora_console/operation/messages/message.php +++ b/pandora_console/operation/messages/message.php @@ -59,7 +59,6 @@ $row2=mysql_fetch_array($resultado2); $sql3='SELECT * FROM tgrupo'; $resultado3=mysql_query($sql3); -echo '

'.$lang_label["messages"].' > '; if (isset($_GET["nuevo_mensaje"])){ // Create message $usuario_destino = entrada_limpia($_POST["u_destino"]); @@ -91,7 +90,7 @@ if (isset($_GET["nuevo_mensaje_g"])){ } if (isset($_GET["nuevo"]) || isset($_GET["nuevo_g"])){ if (isset($_GET["nuevo"])){ //create message - + echo '

'.$lang_label["messages"].' > '; echo $lang_label["new_message"].' '.$lang_label["help"].'

'; echo '
@@ -126,6 +125,7 @@ if (isset($_GET["nuevo"]) || isset($_GET["nuevo_g"])){ } if (isset($_GET["nuevo_g"])){ + echo '

'.$lang_label["messages"].' > '; echo $lang_label["new_message_g"].' '.$lang_label["help"].'

'; echo ' @@ -161,7 +161,7 @@ else { } //List - + echo '

'.$lang_label["messages"].' > '; echo $lang_label["read_mes"]." ".$lang_label["help"]."

"; if ($row2["COUNT(*)"]!=0){ echo $lang_label["new_message_bra"]." ".$row2["COUNT(*)"]." ".$lang_label["new_message_ket"]."

"; @@ -233,7 +233,14 @@ else {
'; } - else echo '
'; + else { + echo ' +
+ +
+
+ '; + } } echo ''; ?> \ No newline at end of file