Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Aug 26, 2022
1 parent ea342c6 commit e349cc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/install/step3.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file that was distributed with this source code.

{% set current = 3 %}

{% form_theme form _self %}
{% form_theme form '@admin/Form/bootstrap_4_layout.html.twig' %}
{% block form_row %}
<div class="form-group{% if not valid %} has-error{% endif %}">
<label>{{ label }}
Expand Down
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/install/step4.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file that was distributed with this source code.

{% set current = 4 %}

{% form_theme form _self %}
{% form_theme form '@admin/Form/bootstrap_4_layout.html.twig' %}
{% block form_row %}
<div class="form-group{% if not valid %} has-error{% endif %}">
<label>{{ label }}
Expand Down
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/install/step5.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file that was distributed with this source code.

{% set current = 5 %}

{% form_theme form _self %}
{% form_theme form '@admin/Form/bootstrap_4_layout.html.twig' %}
{% block form_row %}
<div class="form-group{% if not valid %} has-error{% endif %}">
<label>{{ label }}
Expand Down

0 comments on commit e349cc9

Please sign in to comment.