javascipt crashed in menu_compose_admin.php after translate

hello all

 

Admin Menu Builder

You could replace

line 156
$sTopestTitle = _t($aTopItem['title']);
$sTopestTitle = addslashes(_t($aTopItem['title']));

line 165
$sTopTitle = _t($aAllTopItem['title']);
$sTopTitle = addslashes(_t($aAllTopItem['title']));

line 177
$sTopTitle = _t($aAllTopItem['title']);
$sTopTitle = addslashes(_t($aAllTopItem['title']));

line 184
$sOrdTitle = _t($aAllItem['title']);
$sOrdTitle = addslashes(_t($aAllItem['title']));

in the file
/administration/menu_compose_admin.php

when I translated into French example: (Host Tools = Outils d'hébergement)
the apostrophe crashed the javascript

best regart

Quote · 29 Aug 2011

Thank you for report.

Ticket #2750

Fix - r15937

 

Rules → http://www.boonex.com/terms
Quote · 1 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.