2018-10-04 20:24:53 -07:00
|
|
|
<!-- partials/forms/edit/submit.blade.php -->
|
|
|
|
|
2023-02-15 17:13:40 -08:00
|
|
|
<div class="box-footer text-right" style="padding-bottom: 0px;">
|
|
|
|
<a class="btn btn-link pull-left" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
|
2024-08-18 09:26:44 -07:00
|
|
|
<button type="submit" {{$snipeSettings->shortcuts_enabled == 1 ? "accesskey=s" : ''}} class="btn btn-primary"><x-icon type="checkmark" /> {{ trans('general.save') }}</button>
|
2018-02-16 21:17:41 -08:00
|
|
|
</div>
|
2018-10-04 20:24:53 -07:00
|
|
|
<!-- / partials/forms/edit/submit.blade.php -->
|