diff --git a/public/css/akaunting-color.css b/public/css/akaunting-color.css index dc357c6fb..4aeafc122 100644 --- a/public/css/akaunting-color.css +++ b/public/css/akaunting-color.css @@ -15,11 +15,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 /*--Anchor Color--*/ a { - color: #55588b; + color: #6da252; } a:hover { - color: #55588b; + color: #3d7224; } /*--Anchor Color Finish--*/ diff --git a/resources/lang/en-GB/modules.php b/resources/lang/en-GB/modules.php index 3ed2b1638..512f112f5 100644 --- a/resources/lang/en-GB/modules.php +++ b/resources/lang/en-GB/modules.php @@ -12,7 +12,7 @@ return [ 'search' => 'Search', 'install' => 'Install', 'buy_now' => 'Buy Now', - 'get_api_key' => 'Click here to get your API key.', + 'get_api_key' => 'Click here to get your API key.', 'no_apps' => 'There are no apps in this category, yet.', 'become_developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', 'recommended_apps' => 'Recommended Apps', diff --git a/resources/lang/en-GB/pagination.php b/resources/lang/en-GB/pagination.php index 0dfe8e8f6..de9b8023e 100644 --- a/resources/lang/en-GB/pagination.php +++ b/resources/lang/en-GB/pagination.php @@ -2,8 +2,8 @@ return [ - 'previous' => '« Previous', - 'next' => 'Next »', + 'previous' => 'Previous', + 'next' => 'Next', 'showing' => ':first-:last of :total records.', 'page' => 'per page.', diff --git a/resources/views/modules/api_key/create.blade.php b/resources/views/modules/api_key/create.blade.php index 6f06cd167..c488911ca 100644 --- a/resources/views/modules/api_key/create.blade.php +++ b/resources/views/modules/api_key/create.blade.php @@ -18,9 +18,7 @@ {{ Form::textGroup('api_key', trans('modules.api_key'), 'key', ['required' => 'required', 'placeholder' => trans('general.form.enter', ['field' => trans('modules.api_key')])], setting('apps.api_key', null), 'col-md-12') }}
-

{!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!} -

diff --git a/resources/views/modules/home/index.blade.php b/resources/views/modules/home/index.blade.php index 025156f09..46eef2113 100644 --- a/resources/views/modules/home/index.blade.php +++ b/resources/views/modules/home/index.blade.php @@ -9,8 +9,9 @@ @section('content') @include('partials.modules.bar') + @if ($pre_sale) -

{{ trans('modules.pre_sale') }}

+

{{ trans('modules.pre_sale') }}

@if ($pre_sale->data) @foreach ($pre_sale->data as $module) @@ -23,7 +24,7 @@ @endif @if ($paid) -

{{ trans('modules.top_paid') }}

+

{{ trans('modules.top_paid') }}

@if ($paid->data) @foreach ($paid->data as $module) @@ -36,7 +37,7 @@ @endif @if ($new) -

{{ trans('modules.new') }}

+

{{ trans('modules.new') }}

@if ($new->data) @foreach ($new->data as $module) @@ -49,7 +50,7 @@ @endif @if ($free) -

{{ trans('modules.top_free') }}

+

{{ trans('modules.top_free') }}

@if ($free->data) @foreach ($free->data as $module) diff --git a/resources/views/modules/item/documentation.blade.php b/resources/views/modules/item/documentation.blade.php index 4f3555deb..046bb28e0 100644 --- a/resources/views/modules/item/documentation.blade.php +++ b/resources/views/modules/item/documentation.blade.php @@ -22,9 +22,13 @@
@endsection + +@push('scripts_start') + +@endpush diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 87aba1578..ed80a73cd 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -204,7 +204,7 @@ @if ($module->vendor_name) {{ trans_choice('general.developers', 1) }} - {{ $module->vendor_name }} + {{ $module->vendor_name }} @endif @if ($module->version) @@ -234,14 +234,14 @@ @if ($module->category) {{ trans_choice('general.categories', 1) }} - {{ $module->category->name }} + {{ $module->category->name }} @endif {{ trans('modules.documentation') }} @if ($module->documentation) - {{ trans('modules.view') }} + {{ trans('modules.view') }} @else {{ trans('general.na') }} diff --git a/resources/views/modules/my/index.blade.php b/resources/views/modules/my/index.blade.php index 50a535a16..8327d99d5 100644 --- a/resources/views/modules/my/index.blade.php +++ b/resources/views/modules/my/index.blade.php @@ -10,7 +10,7 @@ @section('content') @include('partials.modules.bar') -

{{ trans('modules.my.purchased') }}

+

{{ trans('modules.my.purchased') }}

@if ($purchased) @foreach ($purchased as $module) @@ -23,7 +23,7 @@ @endif
-

{{ trans('modules.my.installed') }}

+

{{ trans('modules.my.installed') }}

@if ($modules) @foreach ($modules as $module) diff --git a/resources/views/modules/tiles/index.blade.php b/resources/views/modules/tiles/index.blade.php index 23b57331a..df0ce44bf 100644 --- a/resources/views/modules/tiles/index.blade.php +++ b/resources/views/modules/tiles/index.blade.php @@ -10,7 +10,7 @@ @section('content') @include('partials.modules.bar') -

{{ $title }}

+

{{ $title }}

@if ($modules) @foreach ($modules->data as $module) @@ -23,13 +23,13 @@
@if ($modules->current_page < $modules->last_page) - {!! trans('pagination.next') !!} + {!! trans('pagination.next') !!}  @endif