From 14d72091f188fba61d74d8b8de640d9745f94879 Mon Sep 17 00:00:00 2001 From: drfho Date: Mon, 24 Jul 2023 23:44:54 +0200 Subject: [PATCH] docs: searchform using zmi.core.js --- docs/admin_intro_en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin_intro_en.md b/docs/admin_intro_en.md index c355cef4a..8fa089d30 100644 --- a/docs/admin_intro_en.md +++ b/docs/admin_intro_en.md @@ -206,6 +206,7 @@ The TAL code has two sections: The form's request is responded by an XML stream which is transformed into an HTML list by JavaScript. That is why the frontend code need to reference a special, ready to use JS module for handling the search gui: ```html + ```