From 939994fdb0ca366b7999525fadb8c0edf2e85dc4 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sun, 16 Aug 2026 13:35:32 +0200 Subject: [PATCH] Add system tab --- template/admin_tabs.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/admin_tabs.tpl b/template/admin_tabs.tpl index 0cedcbd..f6c75f7 100644 --- a/template/admin_tabs.tpl +++ b/template/admin_tabs.tpl @@ -23,7 +23,8 @@ { id:'regeln', label:'Albumregeln' }, { id:'auswahl-download', label:'Fotoauswahl & Downloads' }, { id:'bilddateien', label:'Bilddateien & Pfade' }, - { id:'wartung', label:'Wartung / Cache' } + { id:'wartung', label:'Wartung / Cache' }, + { id:'system', label:'System & Updates' } ]; var panels = []; definitions.forEach(function (d) {