From a406554fe7d6394e03afe12a43ac9922cb75355c Mon Sep 17 00:00:00 2001 From: ramon Date: Sat, 28 Jan 2012 16:02:42 +0000 Subject: Versión 1.0.3, #483: Revisar internacionalización del menú contextual de aulas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@2465 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/WebConsole/principal/aulas.php | 39 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'admin/WebConsole/principal/aulas.php') diff --git a/admin/WebConsole/principal/aulas.php b/admin/WebConsole/principal/aulas.php index b8fee010..c371991a 100644 --- a/admin/WebConsole/principal/aulas.php +++ b/admin/WebConsole/principal/aulas.php @@ -478,21 +478,22 @@ function ContextualXMLAulas(){ $layerXML.=' clase="menu_contextual"'; $layerXML.='>'; - $layerXML.='texto="SELECT idcomando,descripcion,pagina,gestor,funcion - FROM comandos - WHERE activo=1 AND aplicambito & ".$ambito.">0 - ORDER BY descripcion"; + $cmd->texto="SELECT idcomando,descripcion,pagina,gestor,funcion + FROM comandos + WHERE activo=1 AND aplicambito & ".$ambito.">0 + ORDER BY descripcion"; $rs->Comando=&$cmd; if ($rs->Abrir()){ $layerXML=""; @@ -970,10 +971,10 @@ function ContextualXMLAsistentes($litambito,$ambito){ global $cmd; $maxlongdescri=0; $rs=new Recordset; - $cmd->texto="SELECT idcomando,descripcion,pagina,gestor,funcion - FROM asistentes - WHERE activo=1 AND aplicambito & ".$ambito.">0 - ORDER BY descripcion"; + $cmd->texto="SELECT idcomando,descripcion,pagina,gestor,funcion + FROM asistentes + WHERE activo=1 AND aplicambito & ".$ambito.">0 + ORDER BY descripcion"; $rs->Comando=&$cmd; if ($rs->Abrir()){ $layerXML=""; -- cgit v1.2.3-18-g5258