Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PrestaShop
PrestaShop
Commits
32023ab8
Commit
32023ab8
authored
Oct 30, 2021
by
Khouloud BELGUITH
Browse files
Fix the display of the State field and the Zip/Postal in the add new tax rule page
parent
dd277d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-dev/themes/default/template/controllers/tax_rules/helpers/form/form.tpl
View file @
32023ab8
...
...
@@ -26,9 +26,9 @@
{
block
name
=
"label"
}
{
if
$input.name
==
'zipcode'
&&
isset
(
$input.label
)
}
<label
id=
"zipcode-label"
class=
"control-label col-lg-
3
"
>
{
$input.label
}
</label>
<label
id=
"zipcode-label"
class=
"control-label col-lg-
4
"
>
{
$input.label
}
</label>
{
elseif
$input.name
==
'states[]'
}
<label
id=
"states-label"
class=
"control-label col-lg-
3
"
>
{
$input.label
}
</label>
<label
id=
"states-label"
class=
"control-label col-lg-
4
"
>
{
$input.label
}
</label>
{
else
}
{
$smarty.block.parent
}
{/
if
}
...
...
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