From 62745a262c1c8aa2c719865ec69b2fb2b04fda62 Mon Sep 17 00:00:00 2001 From: Fabian Helfer Date: Mon, 26 Jan 2026 14:07:56 +0100 Subject: [PATCH] [Fix] #004698 UI: Add href attribute to missing a-tags --- templates/default/tpl.adm_content.html | 2 +- templates/default/tpl.page_content.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/tpl.adm_content.html b/templates/default/tpl.adm_content.html index 7c7aaeea19bf..b561cdbfcacc 100755 --- a/templates/default/tpl.adm_content.html +++ b/templates/default/tpl.adm_content.html @@ -39,7 +39,7 @@ {TABS}
{SUB_TABS} -
+
{MESSAGE}
diff --git a/templates/default/tpl.page_content.html b/templates/default/tpl.page_content.html index c1a1b8eee50e..dfd9f6fcd69d 100755 --- a/templates/default/tpl.page_content.html +++ b/templates/default/tpl.page_content.html @@ -37,7 +37,7 @@ {TABS}
{SUB_TABS} -
+
{MESSAGE}
{BUTTONS}