Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
address
Commits
49602451
Commit
49602451
authored
Jul 01, 2017
by
Jalpesh Raj
Committed by
Bojan Živanović
Jul 01, 2017
Browse files
Issue
#2888103
by jalpesh: Reduce the size of included_postal_codes and excluded_postal_codes
parent
8f871d22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Element/ZoneTerritory.php
View file @
49602451
...
...
@@ -242,6 +242,7 @@ class ZoneTerritory extends FormElement {
':input[name="'
.
$checkbox_path
.
'"]'
=>
[
'checked'
=>
TRUE
],
],
],
'#size'
=>
35
,
];
$element
[
'excluded_postal_codes'
]
=
[
'#type'
=>
'textfield'
,
...
...
@@ -253,6 +254,7 @@ class ZoneTerritory extends FormElement {
':input[name="'
.
$checkbox_path
.
'"]'
=>
[
'checked'
=>
TRUE
],
],
],
'#size'
=>
35
,
];
return
$element
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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