Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserCountry/templates/_updaterNextRunTime.twig')
-rw-r--r--plugins/UserCountry/templates/_updaterNextRunTime.twig9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/UserCountry/templates/_updaterNextRunTime.twig b/plugins/UserCountry/templates/_updaterNextRunTime.twig
deleted file mode 100644
index 69882f08b4..0000000000
--- a/plugins/UserCountry/templates/_updaterNextRunTime.twig
+++ /dev/null
@@ -1,9 +0,0 @@
-{% if nextRunTime|default is not empty %}
- {% if date(nextRunTime.getTimestamp()) <= date() %}
- {{ 'UserCountry_UpdaterScheduledForNextRun'|translate }}
- {% else %}
- {{ 'UserCountry_UpdaterWillRunNext'|translate('<strong>' ~ nextRunTime.toString() ~ '</strong>')|raw }}
- {% endif %}
-{% else %}
- {{ 'UserCountry_UpdaterIsNotScheduledToRun'|translate }}
-{% endif %} \ No newline at end of file