From 8c1bf8b41514cd9a94762d4e114faf532cced8d4 Mon Sep 17 00:00:00 2001 From: Sascha Veres Date: Tue, 23 May 2017 11:59:05 +0200 Subject: [PATCH] [*] add 60 and 90 days as selectable value in graphgenerator --- app/View/Graphgenerators/index.ctp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/View/Graphgenerators/index.ctp b/app/View/Graphgenerators/index.ctp index 4ee0f967f1..4a77a0e612 100755 --- a/app/View/Graphgenerators/index.ctp +++ b/app/View/Graphgenerators/index.ctp @@ -148,6 +148,8 @@ 604800 => __('Last 7 Days'), 1209600 => __('Last 14 Days'), 2592000 => __('Last 30 Days'), + 5184000 => __('Last 60 Days'), + 7776000 => __('Last 90 Days'), ]; $options = [ 'options' => $relative_time_options,