Add FIXME for missing i18n.
This commit is contained in:
parent
1d1a929718
commit
3501ad6c77
|
@ -312,13 +312,15 @@ class MobileProfilePlugin extends WAP20Plugin
|
||||||
function onStartShowLocalNavBlock($action)
|
function onStartShowLocalNavBlock($action)
|
||||||
{
|
{
|
||||||
if ($this->serveMobile) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function onEndShowScripts($action)
|
function onEndShowScripts($action)
|
||||||
{
|
{
|
||||||
|
// @todo FIXME: "Show Navigation" / "Hide Navigation" needs i18n
|
||||||
$action->inlineScript('
|
$action->inlineScript('
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#mobile-toggle-disable").click(function() {
|
$("#mobile-toggle-disable").click(function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user