? force-url-input-ltr-cvs.patch
? force-url-input-ltr.patch
Index: plugins/views_plugin_display_page.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/views/plugins/views_plugin_display_page.inc,v
retrieving revision 1.5
diff -u -r1.5 views_plugin_display_page.inc
--- plugins/views_plugin_display_page.inc	27 Jan 2009 18:40:31 -0000	1.5
+++ plugins/views_plugin_display_page.inc	27 Apr 2009 11:12:42 -0000
@@ -258,7 +258,9 @@
           '#type' => 'textfield',
           '#description' => t('This view will be displayed by visiting this path on your site. You may use "%" in your URL to represent values that will be used for arguments: For example, "node/%/feed".'),
           '#default_value' => $this->get_option('path'),
-          '#field_prefix' => url(NULL, array('absolute' => TRUE)) . (variable_get('clean_url', 0) ? '' : '?q='),
+	  '#field_prefix' => '<span dir="ltr">' . url(NULL, array('absolute' => TRUE)) . (variable_get('clean_url', 0) ? '' : '?q='),
+	  '#field_suffix' => '</span>&lrm;',
+	  '#attributes' => array('dir'=>'ltr'),
         );
         break;
       case 'menu':
