summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/varios
diff options
context:
space:
mode:
authoradv <adv@uma.es>2011-05-08 19:41:39 +0000
committeradv <adv@uma.es>2011-05-08 19:41:39 +0000
commitbab85661554c8a4ce87d5fda173bd673dd2e521b (patch)
tree6a8965ad540efd8d7effc1bfeeae762ded1a3f53 /admin/WebConsole/varios
parent4d28cf7cccf41741645c8b6f1577b480eef645ae (diff)
version 1.0.1 #378 browser cliente, en el momento de realizar operación mostrar mensaje extra de "NO APAGAR"
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1941 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/varios')
-rw-r--r--admin/WebConsole/varios/msgbrowser.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/WebConsole/varios/msgbrowser.php b/admin/WebConsole/varios/msgbrowser.php
index e2a28a90..658f2a86 100644
--- a/admin/WebConsole/varios/msgbrowser.php
+++ b/admin/WebConsole/varios/msgbrowser.php
@@ -67,6 +67,7 @@ else
<BODY>
<?
if(empty($idx) && empty($msg)) {
+ // No hay operaciones realizandose
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>';
@@ -75,6 +76,9 @@ if(empty($idx) && empty($msg)) {
echo '</TABLE>';
}
else{
+ // Se está realizando una operacion
+ echo '<h1>' . $TbMsg[23] . ' </h1>';
+ echo '<h1>' . $TbMsg[24] . ' </h1>';
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>';