Fixed HTML tags

This commit is contained in:
snipe 2020-04-21 06:15:31 -07:00
parent f6446bae79
commit 72b3228d82
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC
3 changed files with 12 additions and 15 deletions

View file

@ -49,11 +49,7 @@
@endif
@if (isset($helpText))
<div class="box-tools pull-right">
<button class="slideout-menu-toggle btn btn-box-tool btn-box-tool-lg" data-toggle="tooltip" title="Help"><i class="fa fa-question" aria-hidden="true"></i>
<span class="sr-only">Help</span>
@include('partials.forms.edit.submit-button')
</div>
@endif
</div><!-- /.box-header -->

View file

@ -12,8 +12,8 @@
@else
<option value="" role="option">{{ trans('general.select_company') }}</option>
@endif
</select>
</div>
</div>
@else
@ -34,5 +34,6 @@
{!! $errors->first($fieldname, '<div class="col-md-8 col-md-offset-3"><span class="alert-msg"><i class="fa fa-times"></i> :message</span></div>') !!}
{!! $errors->first($fieldname, '<div class="col-md-8 col-md-offset-3"><span class="alert-msg" aria-hidden="true"><i class="fa fa-times" aria-hidden="true"></i> :message</span></div>') !!}
</div>
@endif

View file

@ -1 +1 @@
<a href="#" class="text-dark-gray" tabindex="0" role="button" data-toggle="popover" data-trigger="focus" title="<i class='fa fa-life-ring'></i> {{ trans('help.more_info_title') }}" data-placement="{{ (isset($helpPosition)) ? $helpPosition : 'right' }}" data-html="true" data-content="{{ (isset($helpText)) ? $helpText : 'Info Missing' }}"><i class="fa fa-life-ring"></i></a>
<a href="#" class="text-dark-gray" tabindex="0" role="button" data-toggle="popover" data-trigger="focus" data-placement="{{ (isset($helpPosition)) ? $helpPosition : 'right' }}" data-html="true" data-content="{{ (isset($helpText)) ? $helpText : 'Info Missing' }}"><i class="fa fa-life-ring"></i></a>