Added lang attribute to layout views using the default localisation

This commit is contained in:
Kostas Dizas 2018-04-27 13:39:17 +01:00
parent ba544ffae8
commit f9bd64fd05
8 changed files with 8 additions and 8 deletions

View File

@ -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">

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ setting('general.default_locale') }}">
@include('partials.auth.head')
<body class="hold-transition login-page">

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ setting('general.default_locale') }}">
@include('partials.bill.head')
<body onload="window.print();">

View File

@ -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">

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ setting('general.default_locale') }}">
@include('partials.install.head')
<body class="hold-transition">

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ setting('general.default_locale') }}">
@include('partials.invoice.head')
<body onload="window.print();">

View File

@ -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">

View File

@ -1,4 +1,4 @@
<html>
<html lang="{{ setting('general.default_locale') }}">
@include('partials.admin.head')
@push('css')