Added lang attribute to layout views using the default localisation
This commit is contained in:
parent
ba544ffae8
commit
f9bd64fd05
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.admin.head')
|
||||
|
||||
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.auth.head')
|
||||
|
||||
<body class="hold-transition login-page">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.bill.head')
|
||||
|
||||
<body onload="window.print();">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.customer.head')
|
||||
|
||||
<body class="hold-transition skin-green-light sidebar-mini fixed">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.install.head')
|
||||
|
||||
<body class="hold-transition">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.invoice.head')
|
||||
|
||||
<body onload="window.print();">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.modules.head')
|
||||
|
||||
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
@include('partials.admin.head')
|
||||
|
||||
@push('css')
|
||||
|
Loading…
x
Reference in New Issue
Block a user