You are not logged in.
Hello, someone can help me.
How to eliminate these lines
Generated automatically by GLPI 9.2.1
= _ = _ = _ = To answer by email, write below this line = _ = _ = _ =
in the emails generated when creating a new ticket?
Hola, alquien me puede ayudar.
¿Como eliminar estas lineas
Generado automáticamente por GLPI 9.2.1
=_=_=_= Para responder por correo electrónico, escriba bajo esta línea =_=_=_=
en los correos que se generan al crear un nuevo ticket?
Offline
Hi, in notificationtargetticket.class.php u find
* Get footer to add to content
function getContentFooter() {
if (MailCollector::getNumberOfActiveMailCollectors()) {
return self::FOOTERTAG.' '.__('To answer by email, write under this line').' '.
self::FOOTERTAG;
}
return '';
Prod GLPI: 9.4.1.1 / Apache 2.4.25 (Debian) /PHP 7.0.30/ Server Software: Debian 9.1/Server Version: 10.1.26-MariaDB-0+deb9u1
Offline
Thanks for answering my question.
Offline
Generated automatically by GLPI 9.2.1
= _ = _ = _ = To answer by email, write below this line = _ = _ = _ =
These messages change, depending on the language of the user interface that opens the incident. But when modifying the message, it remains static for all languages. Can you put it to change the language?
Generated automatically by GLPI 9.2.1
= _ = _ = _ = To answer by email, write below this line = _ = _ = _ =
Estos mensajes cambian, dependiendo del idioma de la interfaz del usuaio que abre la incidencia. Pero al modificar el mensaje queda estatico para todos los idiomas. ¿Se puede poner para que cambien de idioma?
Offline
In locales/ xxxx.po u find
#: inc/notificationtargetticket.class.php:80
msgid "To answer by email, write above this line"
msgstr "......"
and
#: inc/notificationtargetticket.class.php:96
msgid "To answer by email, write under this line"
msgstr "......"
Prod GLPI: 9.4.1.1 / Apache 2.4.25 (Debian) /PHP 7.0.30/ Server Software: Debian 9.1/Server Version: 10.1.26-MariaDB-0+deb9u1
Offline
Muchas gracias por tu ayuda.
Thank you very much for your help.
Offline
You have to edit file NotificationTargetTicket.php.
Change the value of this consts for whatever you want:
/**
* NotificationTargetTicket Class
**/
class NotificationTargetTicket extends NotificationTargetCommonITILObject
{
const HEADERTAG = '=-=-=-=';
const FOOTERTAG = '=_=_=_=';
Hello, someone can help me.
How to eliminate these linesGenerated automatically by GLPI 9.2.1
= _ = _ = _ = To answer by email, write below this line = _ = _ = _ =
in the emails generated when creating a new ticket?Hola, alquien me puede ayudar.
¿Como eliminar estas lineas
Generado automáticamente por GLPI 9.2.1
=_=_=_= Para responder por correo electrónico, escriba bajo esta línea =_=_=_=
en los correos que se generan al crear un nuevo ticket?
Offline