Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
email
Commits
4b6ba5a1
Commit
4b6ba5a1
authored
Jun 13, 2009
by
Matthias Hutterer
Browse files
#380169 by elcuco dir=ltr for email inputs
parent
e9360858
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
email.module
email.module
+1
-1
No files found.
email.module
View file @
4b6ba5a1
...
...
@@ -225,7 +225,7 @@ function email_textfield_process($element, $edit, $form_state, $form) {
'#required'
=>
$element
[
'#required'
],
'#maxlength'
=>
255
,
'#size'
=>
!
empty
(
$field
[
'widget'
][
'size'
])
?
$field
[
'widget'
][
'size'
]
:
60
,
'#attributes'
=>
array
(
'class'
=>
'text'
),
'#attributes'
=>
array
(
'class'
=>
'text'
,
'dir'
=>
'ltr'
),
'#default_value'
=>
isset
(
$element
[
'#value'
][
$field_key
])
?
$element
[
'#value'
][
$field_key
]
:
NULL
,
);
return
$element
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment