File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
resources/views/partials/forms/edit Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2525 </p >
2626
2727 @if (config (' app.lock_passwords' )=== true )
28- <p class =" text-warning" ><i class =" fas fa-lock" ></i > {{ trans (' general.feature_disabled' ) } } </p >
28+ <p class =" text-warning" >
29+ <x-icon type =" locked" />
30+ {{ trans (' general.feature_disabled' ) } } </p >
2931 @endif
3032 </div >
3133
3234 <div class =" col-md-9 col-md-offset-3" >
35+
3336 @if (($setting -> $logoVariable != ' ' ) && (Storage:: disk (' public' )-> exists (($logoPath ?? ' ' ). $snipeSettings -> $logoVariable )) )
3437 <div class =" pull-left" style =" padding-right : 20px ;" >
35- <a href =" {{ Storage:: disk (' public' )-> url (e (($logoPath ?? ' ' ). $snipeSettings -> $logoVariable )) } }" {!! ($logoVariable != ' favicon' ) ? ' data-toggle="lightbox"' : ' ' ! !} >
36- <img id = " {{ $logoId } } -imagePreview " style =" height : 80px ; padding-bottom : 5px ;" alt =" " src =" {{ Storage:: disk (' public' )-> url (e (($logoPath ?? ' ' ). $snipeSettings -> $logoVariable )) } }" >
38+ <a href =" {{ Storage:: disk (' public' )-> url (e (($logoPath ?? ' ' ). $snipeSettings -> $logoVariable )) } }" {!! ($logoVariable != ' favicon' ) ? ' data-toggle="lightbox"' : ' ' ! !} title = " Existing logo " >
39+ <img style =" height : 80px ; padding-bottom : 5px ;" alt =" Current logo " src =" {{ Storage:: disk (' public' )-> url (e (($logoPath ?? ' ' ). $snipeSettings -> $logoVariable )) } }" >
3740 </a >
3841 </div >
3942 @endif
4043
4144 <div id =" {{ $logoId } } -previewContainer" style =" display : none ;" >
42- <img id =" {{ $logoId } } -imagePreview" style =" height : 80px ;" >
45+ <img id =" {{ $logoId } } -imagePreview" style =" height : 80px ;" alt = " Logo upload preview " >
4346 </div >
4447
4548
You can’t perform that action at this time.
0 commit comments