From ec0094e75415e42099b7c18293c6a2c78455d4db Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 1 Nov 2022 13:38:27 +0100 Subject: [PATCH] UI/UX fixes in dns-editor and logfiles-viewer Signed-off-by: Michael Kaufmann --- dns_editor.php | 6 ++---- templates/Froxlor/user/logfiles.html.twig | 24 +++++++++++++---------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/dns_editor.php b/dns_editor.php index 112e5195..98b725ea 100644 --- a/dns_editor.php +++ b/dns_editor.php @@ -125,7 +125,6 @@ UI::view('user/dns-editor.html.twig', [ 'listing' => Listing::format($collection, $dns_list_data, 'dns_list', ['domain_id' => $domain_id]), 'actions_links' => [ [ - 'class' => 'btn-outline-secondary', 'href' => $linker->getLink([ 'section' => 'domains', 'page' => 'domains', @@ -136,10 +135,9 @@ UI::view('user/dns-editor.html.twig', [ 'icon' => 'fa-solid fa-pen' ], [ - 'class' => 'btn-outline-primary', 'href' => $linker->getLink(['section' => 'domains', 'page' => 'domains']), - 'label' => lng('menue.domains.domains'), - 'icon' => 'fa-solid fa-globe' + 'label' => lng('panel.backtooverview'), + 'icon' => 'fa-solid fa-reply' ] ], 'formaction' => $linker->getLink(['section' => 'domains', 'action' => 'add_record', 'domain_id' => $domain_id]), diff --git a/templates/Froxlor/user/logfiles.html.twig b/templates/Froxlor/user/logfiles.html.twig index 1ff2a736..f8be277d 100644 --- a/templates/Froxlor/user/logfiles.html.twig +++ b/templates/Froxlor/user/logfiles.html.twig @@ -26,18 +26,22 @@ {% endblock %} {% block content %} -
- -
-
+ + + +
+
-
-
+
+
-
{% endblock %}