Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 146 → Rev 147

/trunk/index.phtml
640,6 → 640,9
cmd3.firstChild.tabIndex = "1";
}
});
 
var fullscreenText = "<?php echo _("Fullscreen"); ?>";
document.write(fullscreenText);
}
var oScreenDim;
683,7 → 686,7
else
{
target.onclick = oldHandler;
textTarget.textContent = "<?php echo _("Fullscreen"); ?>";
textTarget.textContent = fullscreenText;
}
previousIsFullscreen = nowIsFullscreen;
690,8 → 693,6
}
}
});
 
document.write("<?php echo _("Fullscreen"); ?>");
</script></span></div></li>
<li id="cmd4"><div class="button left right" style="cursor: not-allowed !important">&nbsp;</div></li>
</ul>