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: