diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-02-12 02:51:44 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-02-12 02:51:44 +0000 |
commit | 989c24dc996f9cd29cf660662476fc26c77ba835 (patch) | |
tree | 5a8020cfb27a5e63a4accad63bd103b0b1342137 /core/views | |
parent | c69b483e34ad80bde06007a0588aa5906f09424e (diff) |
Move l10n enable/disable option to Options menu.
Only available to admins at this point.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/scaffold.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/views/scaffold.html.php b/core/views/scaffold.html.php index b54e6cd2..2dd256c2 100644 --- a/core/views/scaffold.html.php +++ b/core/views/scaffold.html.php @@ -440,13 +440,6 @@ <?= html::anchor("scaffold/session/debug?value=1", "on") ?> <b>off</b> <? endif ?> </li> - <li> Translation Mode: - <? if (Session::instance()->get("l10n_mode", false)): ?> - <b>on</b> <?= html::anchor("scaffold/session/l10n_mode?value=0", "off") ?> - <? else: ?> - <?= html::anchor("scaffold/session/l10n_mode?value=1", "on") ?> <b>off</b> - <? endif ?> - </li> </ul> </div> |