summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/principal
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/principal')
-rw-r--r--admin/WebConsole/principal/aulas.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php
index 7dc29034..82d2b85e 100644
--- a/admin/WebConsole/principal/aulas.php
+++ b/admin/WebConsole/principal/aulas.php
@@ -584,8 +584,7 @@ function ContextualXMLAulas(){
$layerXML.='<ITEM';
$layerXML.=' alpulsar="insertar('.$wParam.')"';
$layerXML.=' imgitem="../images/iconos/proyector.gif"';
- //$layerXML.=' textoitem='.$TbMsg[9];
- $layerXML.=' textoitem="Nuevo Proyector"';
+ $layerXML.=' textoitem='.$TbMsg[51];
$layerXML.='></ITEM>';
$layerXML.='<SEPARADOR>';
@@ -737,13 +736,14 @@ function CreacontextualXMLProyectores(){
$layerXML.=' clase="menu_contextual"';
$layerXML.='>';
- // Modificar proyector
$wLeft=140;
$wTop=115;
$wWidth=400;
$wHeight=320;
- $wpages="../propiedades/propiedades_proyector.php";
+ $wpages="../propiedades/propiedades_proyectores.php";
$wParam=$wLeft .",".$wTop.",".$wWidth.",".$wHeight.",'". $wpages."'";
+
+ // Modificar proyector
$layerXML.='<ITEM';
$layerXML.=' alpulsar="modificar('.$wParam.')"';
$layerXML.=' textoitem='.$TbMsg[13];
@@ -753,19 +753,21 @@ function CreacontextualXMLProyectores(){
$layerXML.='<SEPARADOR>';
$layerXML.='</SEPARADOR>';
+ // Estado del proyector
$layerXML.='<ITEM';
$layerXML.=' alpulsar="estatus('.$wParam.')"';
$layerXML.=' imgitem="../images/iconos/estatus.gif"';
- $layerXML.=' textoitem='.$TbMsg['STATUS'];
+ $layerXML.=' textoitem='.$TbMsg[52];
$layerXML.='></ITEM>';
$layerXML.='<SEPARADOR>';
$layerXML.='</SEPARADOR>';
+ // Eliminar proyector
$layerXML.='<ITEM';
$layerXML.=' alpulsar="eliminar('.$wParam.')"';
$layerXML.=' imgitem="../images/iconos/eliminar.gif"';
- $layerXML.=' textoitem='.$TbMsg[36];
+ $layerXML.=' textoitem='.$TbMsg[53];
$layerXML.='></ITEM>';
$layerXML.='</MENUCONTEXTUAL>';
@@ -1209,5 +1211,3 @@ function ContextualXMLNetBoot(){
$layerXML.='</MENUCONTEXTUAL>';
return($layerXML);
}
-
-?>