From 28dc5ea5bd28e8981028be4236ec54a8703d8013 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/department-view.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/department-view.tpl.php b/Theme/Backend/department-view.tpl.php index f5f0d94..3e25bea 100644 --- a/Theme/Backend/department-view.tpl.php +++ b/Theme/Backend/department-view.tpl.php @@ -52,7 +52,7 @@ echo $this->data['nav']->render();
- request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>> + request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>