Skip to content

Commit 721253a

Browse files
committed
do not output icons
1 parent 3e5f9ff commit 721253a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

resources/views/common_styles.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<meta charset="utf-8">
22
<title>File Manager</title>
33
{{-- elFinder CSS (REQUIRED) --}}
4-
@basset('https://raw.githubusercontent.com/Studio-42/elFinder/refs/tags/2.1.64/img/icons-big.svg', true, [
4+
@basset('https://raw.githubusercontent.com/Studio-42/elFinder/refs/tags/2.1.64/img/icons-big.svg', false, [
55
'integrity' => 'sha384-BWeb84E4ly6GgjPMWRpJNB+I8XpW+xqF9kezQR6PNqXP0pmjHi8iqlGZs0JRgHlu',
66
'crossorigin' => 'anonymous'
77
])
8-
@basset('https://raw.githubusercontent.com/Studio-42/elFinder/refs/tags/2.1.64/img/logo.png', true, [
8+
@basset('https://raw.githubusercontent.com/Studio-42/elFinder/refs/tags/2.1.64/img/logo.png', false, [
99
'integrity' => 'sha384-mAtths5Wl6rU0MrgaCz2bJRTIG8LhA1pLZ4ZX+Qo9fQRjlKFxb5eLWUO3pZ7Aioq',
1010
'crossorigin' => 'anonymous'
1111
])

resources/views/elfinder.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
</section>
4040
@endsection
4141

42+
@section('header')
43+
<section class="header-operation container-fluid animated fadeIn d-flex mb-2 align-items-baseline d-print-none" bp-section="page-header">
44+
<h1 class="text-capitalize mb-0" bp-section="page-heading">{{ trans('backpack::crud.file_manager') }}</h1>
45+
</section>
46+
@endsection
47+
4248
@section('content')
4349

4450
<!-- Element where elFinder will be created (REQUIRED) -->

0 commit comments

Comments
 (0)