Merge branch 'akaunting:master' into button-loading

This commit is contained in:
Burak Civan
2022-06-16 18:35:14 +03:00
committed by GitHub
128 changed files with 4246 additions and 14911 deletions

View File

@ -13,9 +13,9 @@
</x-layouts.admin.head>
@mobile
<body class="g-sidenav-hidden bg-body overflow-overlay">
<body class="g-sidenav-hidden bg-body">
@elsemobile
<body class="g-sidenav-show bg-body overflow-overlay">
<body class="g-sidenav-show bg-body">
@endmobile
@stack('body_start')

View File

@ -7,9 +7,9 @@
</x-layouts.auth.head>
@mobile
<body class="g-sidenav-hidden bg-body overflow-overlay">
<body class="g-sidenav-hidden bg-body">
@elsemobile
<body class="g-sidenav-show bg-body overflow-overlay">
<body class="g-sidenav-show bg-body">
@endmobile
@stack('body_start')

View File

@ -7,9 +7,9 @@
</x-layouts.admin.head>
@mobile
<body class="g-sidenav-hidden bg-body overflow-overlay">
<body class="g-sidenav-hidden bg-body">
@elsemobile
<body class="g-sidenav-show bg-body overflow-overlay">
<body class="g-sidenav-show bg-body">
@endmobile
@stack('body_start')

View File

@ -7,9 +7,9 @@
</x-layouts.modules.head>
@mobile
<body class="g-sidenav-hidden bg-body overflow-overlay">
<body class="g-sidenav-hidden bg-body">
@elsemobile
<body class="g-sidenav-show bg-body overflow-overlay">
<body class="g-sidenav-show bg-body">
@endmobile
@stack('body_start')

View File

@ -6,6 +6,6 @@
<div x-show="price_type == false" class="text-center text-sm mt-3 mb--2">
<span style="font-size: 12px;">
<span class="text-danger">*</span> <a href="https://akaunting.com/features/why-akaunting-cloud?utm_source=app&utm_medium=show&utm_campaign={{ $module->name }}" target="_blank">{!! trans('modules.information_monthly') !!}</a>
<span class="text-danger">*</span> <a href="https://akaunting.com/features/why-akaunting-cloud?utm_source=app_show&utm_medium=software&utm_campaign={{ str_replace('-', '', $module->slug) }}" target="_blank">{!! trans('modules.information_monthly') !!}</a>
</span>
</div>
</div>

View File

@ -7,9 +7,9 @@
</x-layouts.portal.head>
@mobile
<body class="g-sidenav-hidden bg-body overflow-overlay">
<body class="g-sidenav-hidden bg-body">
@elsemobile
<body class="g-sidenav-show bg-body overflow-overlay">
<body class="g-sidenav-show bg-body">
@endmobile
@stack('body_start')