From 050236cb1847c8daf05dfe4736f41c167053f963 Mon Sep 17 00:00:00 2001 From: Anthony F McInerney Date: Wed, 23 Sep 2020 04:41:03 +0100 Subject: [PATCH] Add service templates --- includes/html/pages/addsrv-template.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/html/pages/addsrv-template.inc.php b/includes/html/pages/addsrv-template.inc.php index 520d92a07b..394925874d 100644 --- a/includes/html/pages/addsrv-template.inc.php +++ b/includes/html/pages/addsrv-template.inc.php @@ -31,6 +31,8 @@ if (! Auth::user()->hasGlobalAdmin()) { $pagetitle[] = 'Add service template'; echo "
+
+
"; include_once 'includes/html/print-service-add-template.inc.php';