Skip to content

Commit bf56130

Browse files
committed
Patch: ie button was appearing outside modal container
1 parent 07d2787 commit bf56130

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Views/tickets/show/modal_complete.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060

6161
{!! CollectiveForm::close() !!}
6262
</div>
63-
<div class="modal-footer">
64-
@if ($u->currentLevel() > 1)
65-
<a id="edit-with-values" class="btn btn-default mr-auto" href="{{ route($setting->grab('main_route').'.edit', ['ticket' => $ticket->id]) . '/complete/yes/status_id/' . $setting->grab('default_close_status_id') }}">{{ trans('panichd::lang.show-ticket-modal-edit-fields') }}</a>
66-
@endif
63+
<div class="modal-footer d-block text-right">
64+
@if ($u->currentLevel() > 1)
65+
<a id="edit-with-values" class="btn btn-default float-left" href="{{ route($setting->grab('main_route').'.edit', ['ticket' => $ticket->id]) . '/complete/yes/status_id/' . $setting->grab('default_close_status_id') }}">{{ trans('panichd::lang.show-ticket-modal-edit-fields') }}</a>
66+
@endif
6767
<button type="button" id="complete_form_submit" class="btn btn-danger">{{ trans('panichd::lang.btn-mark-complete') }}</button>
6868
</div>
6969

0 commit comments

Comments
 (0)