We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a41a31 + af989f8 commit 688a61dCopy full SHA for 688a61d
resources/views/modal/inc/form_save_buttons.blade.php
@@ -0,0 +1,13 @@
1
+<div id="saveActions" class="form-group">
2
+
3
+ <input type="hidden" name="save_action" value="{{ $saveAction['active']['value'] }}">
4
5
+ <button type="submit" class="btn btn-success">
6
+ <span class="fa fa-save" role="presentation" aria-hidden="true"></span>
7
+ <span data-value="{{ $saveAction['active']['value'] }}">{{ $saveAction['active']['label'] }}</span>
8
+ </button>
9
10
+ <button class="btn btn-default" type="button" data-dismiss="modal">
11
+ <span class="fa fa-ban"></span> {{ trans('backpack::crud.cancel') }}
12
13
+</div>
0 commit comments