summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/barramenu.php
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2018-10-17 12:32:56 +0200
committerRamón M. Gómez <ramongomez@us.es>2018-10-17 12:32:56 +0200
commitba1f95c4ff3fb5e529f02445d9d16e78fe71ff58 (patch)
treed44ee1940d3ecbe10ee6206ee6735887c6383527 /admin/WebConsole/barramenu.php
parent56465fdff17398bbbd3eed508f81e3e2d7774105 (diff)
#867: Web interface includes more information in the help section.
Diffstat (limited to 'admin/WebConsole/barramenu.php')
-rw-r--r--admin/WebConsole/barramenu.php25
1 files changed, 8 insertions, 17 deletions
diff --git a/admin/WebConsole/barramenu.php b/admin/WebConsole/barramenu.php
index 36bf2e1e..3e784172 100644
--- a/admin/WebConsole/barramenu.php
+++ b/admin/WebConsole/barramenu.php
@@ -54,13 +54,13 @@ if (!$cmd)
}
//________________________________________________________________________________________________________
function eleccion(o,op){
- var opadre=window.parent // Toma frame padre
- opadre.frames["frame_contenidos"].document.location.href="nada.php"
+ var opadre=window.parent; // Toma frame padre
+ opadre.frames["frame_contenidos"].document.location.href="nada.php";
var href;
- var href2="nada.php"
- var href3="./api/tree.html"
- var href4="./api/main.html"
- var href5="./api/index.html"
+ var href2="nada.php";
+ var href3="./api/tree.html";
+ var href4="./api/main.html";
+ var href5="./principal/ayuda.php";
var device="<?php echo $device;?>";
var version="<?php echo $version;?>";
@@ -158,11 +158,8 @@ if (!$cmd)
window.top.location.href="acceso.php";
break;
case 22:
- opadre.frames["frame_contenidos"].document.location.href=href5
+ opadre.frames["frame_contenidos"].document.location.href=href5;
break;
- case 23:
- opadre.frames["frame_contenidos"].document.location.href="./principal/acercade.php"
- break;
}
}
}
@@ -234,13 +231,7 @@ if (!$cmd)
&nbsp;<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/ayuda.gif">&nbsp;<SPAN class=menupral ><?php echo $TbMsg[11] ?></SPAN></A>&nbsp;</TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
-
- <TD onclick=eleccion(this,23) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
- &nbsp;<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/logocirculos.png">&nbsp;<SPAN class=menupral ><?php echo $TbMsg[17] ?></SPAN></A>&nbsp;</TD>
- <TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>
-
-
- <TD onclick=eleccion(this,21) onmouseout=desresaltar(this) onmouseover=resaltar(this) align=middle>
+ <TD onclick=eleccion(this,21); onmouseout=desresaltar(this); onmouseover=resaltar(this); align=middle>
&nbsp;<A href="#" style="text-decoration: none"><IMG border=0 src="./images/iconos/usuarioslog.gif">&nbsp;<SPAN class=menupral ><?php echo $TbMsg[10] ?></SPAN></A>&nbsp;</TD>
<TD width=4 align=middle><IMG src="./images/iconos/separitem.gif"></TD>