Localize the back button.
authorJan Schneider <jan@horde.org>
Fri, 12 Nov 2010 22:00:22 +0000 (23:00 +0100)
committerJan Schneider <jan@horde.org>
Mon, 15 Nov 2010 15:09:14 +0000 (16:09 +0100)
horde/templates/common-header-mobile.inc

index 6e4c7d5..3c87bbc 100644 (file)
@@ -5,3 +5,6 @@
   <link type="text/css" rel="stylesheet" href="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/jquery.mobile/jquery.mobile.min.css" />
   <script type="text/javascript" src="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/jquery.mobile/jquery.min.js"></script>
   <script type="text/javascript" src="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/jquery.mobile/jquery.mobile.min.js"></script>
+  <script type="text/javascript">
+  $.mobile.page.prototype.options.backBtnText = '<?php echo _("Back") ?>';
+  </script>