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