From 9122040863bda88b7ec6f95254791ead2ff2b6c4 Mon Sep 17 00:00:00 2001 From: Rod Wright Date: Wed, 18 Feb 2026 14:11:52 -0500 Subject: [PATCH] Replaced template line loading code with the templateselect function. --- distfiles/logentry.php | 65 ++++-------------------------------------- 1 file changed, 5 insertions(+), 60 deletions(-) diff --git a/distfiles/logentry.php b/distfiles/logentry.php index b1d3cb3..3b11a3b 100644 --- a/distfiles/logentry.php +++ b/distfiles/logentry.php @@ -498,70 +498,15 @@ if ($submit) { if ($delete) { format_message(0,"Note deleted. Return to main page."); } -echo " -
-"; + if ($_SESSION['login']) { - // generate template line - echo " - - "; - // list user templates - echo " - - -
-  or  - "; - // list global templates - echo " -    - "; - // show load button - echo " - - - Manage templates -
-
- "; + // show the template selection line + templateselect($techid,NULL); } + // start note entry section echo " +
Date: