Skip to content

Commit

Permalink
Fixed styling of template save and download buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Oct 4, 2024
1 parent b56c4a2 commit c2b091b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions templates/PaymentOrder/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,10 @@

<div class="input-group mb-3">
<input type="text" id="export_name" class="form-control" placeholder="{% trans %}payment_order.new.templates.export_name.placeholder{% endtrans %}" {{ stimulus_target('templates', 'new_name') }}>
<span class="input-group-text">
<button class="btn btn-outline-secondary" title="{% trans %}payment_order.new.templates.save_template.title{% endtrans %}"
type="button" {{ stimulus_action('templates', 'saveTemplate') }}>{% trans %}payment_order.new.templates.save_template{% endtrans %}</button>
<button class="btn btn-outline-secondary" title="{% trans %}payment_order.new.templates.download_template.title{% endtrans %}"
type="button" {{ stimulus_action('templates', 'exportTemplate') }}>{% trans %}payment_order.new.templates.download_template{% endtrans %}</button>
</span>
<button class="btn btn-outline-secondary" title="{% trans %}payment_order.new.templates.save_template.title{% endtrans %}"
type="button" {{ stimulus_action('templates', 'saveTemplate') }}>{% trans %}payment_order.new.templates.save_template{% endtrans %}</button>
<button class="btn btn-outline-secondary" title="{% trans %}payment_order.new.templates.download_template.title{% endtrans %}"
type="button" {{ stimulus_action('templates', 'exportTemplate') }}>{% trans %}payment_order.new.templates.download_template{% endtrans %}</button>
</div>

<div class="btn-group w-100 mb-3" role="group">
Expand Down

0 comments on commit c2b091b

Please sign in to comment.