Add FIXME for missing i18n.

This commit is contained in:
Siebrand Mazeland 2011-05-20 16:56:12 +02:00
parent 1d1a929718
commit 3501ad6c77
1 changed files with 3 additions and 1 deletions

View File

@ -312,13 +312,15 @@ class MobileProfilePlugin extends WAP20Plugin
function onStartShowLocalNavBlock($action)
{
if ($this->serveMobile) {
$action->element('a', array('href' => '#', 'id' => 'navtoggle'), 'Show Navigation');
// @todo FIXME: "Show Navigation" / "Hide Navigation" needs i18n
$action->element('a', array('href' => '#', 'id' => 'navtoggle'), 'Show Navigation');
return true;
}
}
function onEndShowScripts($action)
{
// @todo FIXME: "Show Navigation" / "Hide Navigation" needs i18n
$action->inlineScript('
$(function() {
$("#mobile-toggle-disable").click(function() {