Skip to content

Commit

Permalink
Merge pull request #3 from okazy/modify-file-form-style
Browse files Browse the repository at this point in the history
独自プラグインアップデートの file_widget の出力HTMLの調整
  • Loading branch information
matsuoshi authored Aug 31, 2021
2 parents 56e9e5d + 2865c84 commit 8a7bf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eccube/Resource/template/admin/Store/plugin_table.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $(function() {
<tbody>
{% for Plugin in Plugins %}
{% set form = plugin_forms[Plugin.id] %}
{% form_theme form '@admin/Form/bootstrap_4_horizontal_layout.html.twig' %}
<form id="{{ form.vars.name }}" name="{{ form.vars.name }}" method="post" action=""
enctype="multipart/form-data">
<tr class="{% if Plugin.enabled == false %}active{% endif %}">
Expand Down

0 comments on commit 8a7bf27

Please sign in to comment.