summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/WebConsole/idiomas/php/cat/ayuda_cat.php7
-rw-r--r--admin/WebConsole/idiomas/php/eng/ayuda_eng.php7
-rw-r--r--admin/WebConsole/idiomas/php/esp/ayuda_esp.php7
-rw-r--r--admin/WebConsole/principal/changelog.php2
-rw-r--r--admin/WebConsole/principal/engine.php2
-rw-r--r--doc/CHANGELOG.es.txt1
-rwxr-xr-xinstaller/opengnsys_installer.sh4
-rwxr-xr-xinstaller/opengnsys_update.sh3
8 files changed, 22 insertions, 11 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
index df74829d..5a861424 100644
--- a/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
+++ b/admin/WebConsole/idiomas/php/cat/ayuda_cat.php
@@ -1,8 +1,8 @@
<?php
// __________________________________________________
//
-// Fichero de idiomas php: ayuda_esp.php
-// Idioma: Español
+// Fichero de idiomas php: ayuda_cat.php
+// Idioma: Catalán
// __________________________________________________
// Mensajes.
$TbMsg=array();
@@ -13,3 +13,6 @@ $TbMsg["CHANGELOG"]='Cambios en la versión:';
$TbMsg["USERMAIL"]='Lista de correos de usuarios';
$TbMsg["WEB"]='Web del proyecto: opengnsys.es';
$TbMsg["ABOUT"]='Acerca de OpenGnsys';
+$TbMsg["CHANGELOG_TITULO"]='Cambios en la versión: ';
+$TbMsg["ENGINE_TITULO"]='Configuración de los clientes';
+$TbMsg["ENGINE_SUBTITULO"]='Contenido de engine.cfg';
diff --git a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
index b65f5a6b..d42c6670 100644
--- a/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
+++ b/admin/WebConsole/idiomas/php/eng/ayuda_eng.php
@@ -1,8 +1,8 @@
<?php
// __________________________________________________
//
-// Fichero de idiomas php: ayuda_esp.php
-// Idioma: Español
+// Fichero de idiomas php: ayuda_eng.php
+// Idioma: Inglés
// __________________________________________________
// Mensajes.
$TbMsg=array();
@@ -13,3 +13,6 @@ $TbMsg["CHANGELOG"]='Changes in the version:';
$TbMsg["USERMAIL"]=' User email list';
$TbMsg["WEB"]='Web of the project: opengnsys.es';
$TbMsg["ABOUT"]='About OpenGnsys';
+$TbMsg["CHANGELOG_TITULO"]='Changes in the version: ';
+$TbMsg["ENGINE_TITULO"]='Client configuration';
+$TbMsg["ENGINE_SUBTITULO"]='Content of engine.cfg';
diff --git a/admin/WebConsole/idiomas/php/esp/ayuda_esp.php b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
index e5a381f3..e01932ed 100644
--- a/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
+++ b/admin/WebConsole/idiomas/php/esp/ayuda_esp.php
@@ -1,8 +1,8 @@
<?php
// __________________________________________________
//
-// Fichero de idiomas php: ayuda_esp.php
-// Idioma: Español
+// Fichero de idiomas php: ayuda_esp.php
+// Idioma: Español
// __________________________________________________
// Mensajes.
$TbMsg=array();
@@ -14,3 +14,6 @@ $TbMsg["CHANGELOG"]='Cambios en la versión:';
$TbMsg["USERMAIL"]='Lista de correos de usuarios';
$TbMsg["WEB"]='Web del proyecto: opengnsys.es';
$TbMsg["ABOUT"]='Acerca de OpenGnsys';
+$TbMsg["CHANGELOG_TITULO"]='Cambios en la versión: ';
+$TbMsg["ENGINE_TITULO"]='Configuración de los clientes';
+$TbMsg["ENGINE_SUBTITULO"]='Contenido de engine.cfg';
diff --git a/admin/WebConsole/principal/changelog.php b/admin/WebConsole/principal/changelog.php
index c3fd6cff..f466cf2f 100644
--- a/admin/WebConsole/principal/changelog.php
+++ b/admin/WebConsole/principal/changelog.php
@@ -3,7 +3,7 @@
// Descripción : Muestra la configuración de los clientes en engine.cfg
//**********************************************************************
include_once("../includes/ctrlacc.php");
-include_once("../idiomas/php/".$idioma."/changelog_".$idioma.".php");
+include_once("../idiomas/php/".$idioma."/ayuda_".$idioma.".php");
// Añadir versión.
$data = json_decode(@file_get_contents('../../doc/VERSION.json'));
diff --git a/admin/WebConsole/principal/engine.php b/admin/WebConsole/principal/engine.php
index cbec7664..cca505aa 100644
--- a/admin/WebConsole/principal/engine.php
+++ b/admin/WebConsole/principal/engine.php
@@ -3,7 +3,7 @@
// Descripción : Muestra la configuración de los clientes en engine.cfg
//**********************************************************************
include_once("../includes/ctrlacc.php");
-include_once("../idiomas/php/".$idioma."/engine_".$idioma.".php");
+include_once("../idiomas/php/".$idioma."/ayuda_".$idioma.".php");
$cfgfile="../../client/etc/engine.cfg";
$config=(file_exists ($cfgfile)) ? file_get_contents($cfgfile, TRUE) : "No hay acceso al fichero de configuración";
diff --git a/doc/CHANGELOG.es.txt b/doc/CHANGELOG.es.txt
index a5f1687f..2ef1135c 100644
--- a/doc/CHANGELOG.es.txt
+++ b/doc/CHANGELOG.es.txt
@@ -45,6 +45,7 @@ Tickets resueltos en módulo OpenGnsys Repository Server:
Tickets resueltos en módulo OpenGnsys Web Admin Console:
#835 Problemas al listar plantillas en Nerboot Avanzado
+#867 La ayuda en la consola incluirá más información
Tickets genéricos resueltos:
#839 Errores detectado en API REST para Remote PC
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 78e3d34e..33f25af7 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1091,8 +1091,8 @@ function installWebFiles()
sed 's/clickcontextualnodo/clicksupnodo/g' $COMPATDIR/$f.php > $COMPATDIR/$f.device.php
done
cp -a $COMPATDIR/imagenes.device.php $COMPATDIR/imagenes.device4.php
- # Acceso al manual de usuario
- ln -s $INSTALL_TARGET/doc/userManual $INSTALL_TARGET/www/userManual
+ # Acceso al manual de usuario
+ ln -fs ../doc/userManual $INSTALL_TARGET/www/userManual
# Cambiar permisos para ficheros especiales.
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/images/{fotos,iconos}
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/www/tmp/
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 89939752..d30c626a 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -643,7 +643,8 @@ function updateWebFiles()
sed 's/clickcontextualnodo/clicksupnodo/g' $COMPATDIR/$f.php > $COMPATDIR/$f.device.php
done
cp -a $COMPATDIR/imagenes.device.php $COMPATDIR/imagenes.device4.php
-
+ # Acceso al manual de usuario
+ ln -fs ../doc/userManual $INSTALL_TARGET/www/userManual
# Fichero de log de la API REST.
touch $INSTALL_TARGET/log/{ogagent,rest,remotepc}.log
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/log/{ogagent,rest,remotepc}.log