Skip to content

Commit

Permalink
Merge pull request #84 from MasatoIso/masatoiso
Browse files Browse the repository at this point in the history
ラベルの変数名を修正
  • Loading branch information
chihiro-adachi authored Sep 30, 2019
2 parents 69fd068 + fd53a9c commit 1dae04d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resource/template/admin/history_list.twig
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ $(function () {
</div>
<div class="modal-footer">
<button type="button" class="btn btn-ec-regular" data-dismiss="modal">
{{ 'common.label.cancel'|trans }}
{{ 'common.cancel'|trans }}
</button>
<button type="submit" class="btn btn-ec-delete" onclick="document.form1.action = '{{ url('plugin_mail_magazine_history_delete', { id: SendHistory.id }) }}'">
{{ 'common.label.execute'|trans }}
{{ 'common.delete'|trans }}
</button>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions Resource/template/admin/template_list.twig
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-ec-regular" data-dismiss="modal">
{{ 'common.label.cancel'|trans }}
{{ 'common.cancel'|trans }}
</button>
<form action="{{ url('plugin_mail_magazine_template_delete', { id: Template.id }) }}" method="post" enctype="application/x-www-form-urlencoded">
<button type="submit" class="btn btn-ec-delete">
{{ 'common.label.execute'|trans }}
{{ 'common.delete'|trans }}
</button>
</form>
</div>
Expand Down

0 comments on commit 1dae04d

Please sign in to comment.