Skip to content

Commit d89ce8b

Browse files
authored
Add bp-section for language dropdowns (#5850)
1 parent 20fc419 commit d89ce8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/resources/views/crud/inc/edit_translation_notice.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
}
4848
@endphp
49-
<div class="mb-2 text-left text-start">
49+
<div class="mb-2 text-left text-start" bp-section="update-operation-language-dropdown">
5050
<div class="btn-group col-md-2 text-left text-start" style="margin-top:0.8em; display:inline;">
5151
<button
5252
type="button"

src/resources/views/crud/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="">
3535
@if ($crud->model->translationEnabled())
3636
<div class="row">
37-
<div class="col-md-12 mb-2">
37+
<div class="col-md-12 mb-2" bp-section="show-operation-language-dropdown">
3838
{{-- Change translation button group --}}
3939
<div class="btn-group float-right">
4040
<button type="button" class="btn btn-sm btn-primary dropdown-toggle" data-toggle="dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">

0 commit comments

Comments
 (0)