From 0f5fdfa559b79a5bbf25beb86347b7ebe7bf4710 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 12 Mar 2024 16:17:34 +0100 Subject: [PATCH] Add HistoricTickets to thetool --- Layout/default/HistoricTicket/Index.php | 163 ++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 Layout/default/HistoricTicket/Index.php diff --git a/Layout/default/HistoricTicket/Index.php b/Layout/default/HistoricTicket/Index.php new file mode 100644 index 000000000..5fa77b806 --- /dev/null +++ b/Layout/default/HistoricTicket/Index.php @@ -0,0 +1,163 @@ + self::getUrl("Domain"), + "DASHBOARD_URL" => self::getUrl("Dashboard"), + "MFAPPNAME" => MFAPPNAME_SLUG, + "PAGE_TITLE" => "Historische Tickets", + "PATH" => [ + ["text" => MFAPPNAME_SLUG, "href" => self::getUrl("Dashboard")], + ["text" => "Historische Tickets", "href" => self::getUrl("HistoricTicket")] + ], + "HISTORIC_TICKET_API_URL" => self::getUrl("HistoricTicket/api"), +]; + +$additionalJS = ["plugins/vue/vue.js", + "plugins/axios/axios.min.js", + "plugins/vue/tt-components/tt-page-title.js", + "plugins/vue/tt-components/tt-table.js", +]; +$additionalCSS = [ + 'plugins/vue/tt-components/css/tt-table.css', +]; + +include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php"); ?> + +
+ + + + + + + + + + + + + + + + +
+ + + +