From 0f4c8bff3816f4a6faa2d94c723a4219413268b8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 11 Oct 2024 23:01:27 +0000 Subject: [PATCH] fix auto select first tab --- Theme/Backend/Components/AccountGroupSelector/popup.tpl.php | 2 +- Theme/Backend/profile-view.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php index 8befb8b..6f1e159 100755 --- a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php +++ b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php @@ -11,7 +11,7 @@
- request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>> + request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
> + request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>