Bug #1119

Mis à jour par Alexey Lavrentev il y a presque 11 ans

If command id does not exist then display an error message in the status line.

<pre>
The "xxx" command is unknown.
La commande "xxx" est inconnue.
</pre>

h3. Validation test

* follow the link: http://portal.textometrie.org/test/?command=documentationx&path=%2FGRAAL&locale=fr
** The message: La commande "documentationx" est inconnue. is displayed in the status bar
* follow the link: http://portal.textometrie.org/test/?command=documentationx&path=%2FGRAAL&locale=en
** the message : The command "documentationx" is unknown. is displayed in the status bar
* follow the link: http://portal.textometrie.org/test/?command=documentation&path=%2FGRAAL&locale=fr
** Graal home page is displayed
* click on the the link "Concordances" after "Obsolète"
** The message: La commande "concordances" est inconnue. is displayed in the status bar

Retour