From 4bd5e399de717676eb659d5d128ec0fb252ecdd0 Mon Sep 17 00:00:00 2001 From: AGSTR <144728914+agstrxyz@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:34:39 +0700 Subject: [PATCH] Update logs.tpl add export to csv button --- ui/ui/logs.tpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ui/ui/logs.tpl b/ui/ui/logs.tpl index 00df9eb..68f6412 100644 --- a/ui/ui/logs.tpl +++ b/ui/ui/logs.tpl @@ -4,6 +4,13 @@
+ {if in_array($_admin['user_type'],['SuperAdmin','Admin'])} +
+ CSV +
+ {/if} Activity Log
@@ -56,4 +63,4 @@
-{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}