summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/varios/msgbrowser.php
diff options
context:
space:
mode:
authoralonso <alonso@us.es>2009-11-22 20:16:56 +0000
committeralonso <alonso@us.es>2009-11-22 20:16:56 +0000
commit5c13761830c2a6534146a91056de95336dca7769 (patch)
tree66ddf1c7a0c1373049ce4173d6fa3cd54ba87747 /admin/WebConsole/varios/msgbrowser.php
parent86db2669113dd43e2223f287abb7b1bfa1bee048 (diff)
git-svn-id: https://opengnsys.es/svn/trunk@639 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/varios/msgbrowser.php')
-rw-r--r--admin/WebConsole/varios/msgbrowser.php33
1 files changed, 15 insertions, 18 deletions
diff --git a/admin/WebConsole/varios/msgbrowser.php b/admin/WebConsole/varios/msgbrowser.php
index f420b1e8..29868169 100644
--- a/admin/WebConsole/varios/msgbrowser.php
+++ b/admin/WebConsole/varios/msgbrowser.php
@@ -66,24 +66,21 @@ else
</HEAD>
<BODY>
<?
- if(empty($idx) && empty($msg)) {
- echo '<BR><BR><BR><BR><BR>';
- echo '<TABLE cellspacing=0 cellpadding=2 align=center border=0>';
- echo '<TR>';
- echo '<TD align=center><IMG border=0 src="../images/iconos/logoopengnsys.png" width=64></TD>';
- echo '<TD align=center>';
- echo '<SPAN style="COLOR: #999999;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 12px;">';
- echo '&nbsp;&nbsp;Iniciando ...</TD>';
- echo '</TR>';
- echo '</TABLE>';
- }
- else{
- echo '<BR><BR><BR>';
- echo '<TABLE cellspacing=0 cellpadding=2 align=center border=0>';
- echo '<TR><TD align=center class="tdbarra">Opengnsys Browser Message</TD><TR>';
- echo '<TR><TD class="tdclien" valign=center >&nbsp;&nbsp;&nbsp;'.$mensaje.'&nbsp;&nbsp;&nbsp;</TD></TR>';
- echo '</TABLE>';
- }
+if(empty($idx) && empty($msg)) {
+ echo '<BR><BR><BR><BR><BR>';
+ echo '<TABLE cellspacing=0 cellpadding=2 align=center border=0>';
+ echo '<TR><TD align=center><IMG border=0 src="../images/iconos/logoopengnsys.png"></TD></TR>';
+ echo '<TR><TD align=center><SPAN style="COLOR: #999999;FONT-FAMILY: Arial;FONT-SIZE: 12px;">Iniciando...</TD></TR>';
+ echo '</TR>';
+ echo '</TABLE>';
+}
+else{
+ echo '<BR><BR><BR>';
+ echo '<TABLE cellspacing=0 cellpadding=2 align=center border=0>';
+ echo '<TR><TD align=center class="tdbarra">Opengnsys Browser Message</TD><TR>';
+ echo '<TR><TD class="tdclien" valign=center >&nbsp;&nbsp;&nbsp;'.$mensaje.'&nbsp;&nbsp;&nbsp;</TD></TR>';
+ echo '</TABLE>';
+}
?>
</BODY>
</HTML>