From d4d5a9336eae53fcda6ca7063b589be5a1d652a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 29 Jul 2021 15:49:39 +0200 Subject: [PATCH] Some small UI fixes in the UI panel Bump the package number --- flexiapi/app/Helpers/Utils.php | 2 +- flexiapi/public/css/style.css | 1 - flexiapi/resources/views/admin/account/create_edit.blade.php | 2 +- flexiapi/resources/views/admin/account/index.blade.php | 2 +- flexiapi/resources/views/admin/account/show.blade.php | 4 ++-- flexisip-account-manager.spec | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flexiapi/app/Helpers/Utils.php b/flexiapi/app/Helpers/Utils.php index 6db0f7b..be2a283 100644 --- a/flexiapi/app/Helpers/Utils.php +++ b/flexiapi/app/Helpers/Utils.php @@ -72,7 +72,7 @@ class Utils 'fragment_prefix' => '', ], 'table_of_contents' => [ - 'html_class' => 'table-of-contents', + 'html_class' => 'table-of-contents float-right', ], ]); diff --git a/flexiapi/public/css/style.css b/flexiapi/public/css/style.css index 55808ac..8fe3cf9 100644 --- a/flexiapi/public/css/style.css +++ b/flexiapi/public/css/style.css @@ -76,7 +76,6 @@ input.form-control { @media screen and (min-width: 1025px) { .table-of-contents { - float: right; width: 50%; } } diff --git a/flexiapi/resources/views/admin/account/create_edit.blade.php b/flexiapi/resources/views/admin/account/create_edit.blade.php index 82bd899..123f585 100644 --- a/flexiapi/resources/views/admin/account/create_edit.blade.php +++ b/flexiapi/resources/views/admin/account/create_edit.blade.php @@ -74,7 +74,7 @@ -{!! Form::submit(($account->id) ? 'Update' : 'Create', ['class' => 'btn btn-danger btn-centered']) !!} +{!! Form::submit(($account->id) ? 'Update' : 'Create', ['class' => 'btn btn-success btn-centered']) !!} {!! Form::close() !!} @endsection \ No newline at end of file diff --git a/flexiapi/resources/views/admin/account/index.blade.php b/flexiapi/resources/views/admin/account/index.blade.php index 1a0e1e3..0894104 100644 --- a/flexiapi/resources/views/admin/account/index.blade.php +++ b/flexiapi/resources/views/admin/account/index.blade.php @@ -8,7 +8,7 @@
- Create + Create

Accounts

diff --git a/flexiapi/resources/views/admin/account/show.blade.php b/flexiapi/resources/views/admin/account/show.blade.php index 7eb2108..209b8ca 100644 --- a/flexiapi/resources/views/admin/account/show.blade.php +++ b/flexiapi/resources/views/admin/account/show.blade.php @@ -53,12 +53,12 @@

The following link can only be visited once

- Renew the provision link + Renew the provision link The current one will be unavailable

@else

- Generate a provision link + Generate a provision link

@endif diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index 5ee77e6..0a5b138 100644 --- a/flexisip-account-manager.spec +++ b/flexisip-account-manager.spec @@ -8,7 +8,7 @@ #%define _datadir %{_datarootdir} #%define _docdir %{_datadir}/doc -%define build_number 89 +%define build_number 90 %define var_dir /var/opt/belledonne-communications %define opt_dir /opt/belledonne-communications/share/flexisip-account-manager