From 11a811c9db9a588ae11acee88ef52ff907f347f3 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:03:53 +0300 Subject: [PATCH] Improved domain check interface --- cp/resources/views/admin/domains/check.twig | 38 +++++++++++++++------ 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/cp/resources/views/admin/domains/check.twig b/cp/resources/views/admin/domains/check.twig index d6e9268..332c4b6 100644 --- a/cp/resources/views/admin/domains/check.twig +++ b/cp/resources/views/admin/domains/check.twig @@ -24,6 +24,33 @@
+ {% if isAvailable is defined and domainName is defined %} + {% if isAvailable %} + + {% else %} + + {% endif %} + {% endif %}

{{ __('Enter the domain name you want to check:') }}

@@ -34,17 +61,6 @@
- {% if isAvailable is defined and domainName is defined %} - {% if isAvailable %} - - {% else %} - - {% endif %} - {% endif %}