Merge pull request #313 from kostasdizas/1.2-dev

Added lang attribute to layout views using the default localisation
This commit is contained in:
Denis Duliçi 2018-04-27 15:59:10 +03:00 committed by GitHub
commit 390eec40d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')