diff --git a/templates/plugins/SitesManager/_siteWithoutDataTabs.twig b/templates/plugins/SitesManager/_siteWithoutDataTabs.twig new file mode 100644 index 0000000..8461152 --- /dev/null +++ b/templates/plugins/SitesManager/_siteWithoutDataTabs.twig @@ -0,0 +1,8 @@ +
+
+

{{ 'CoreAdminHome_JSTracking_CodeNoteBeforeClosingHead'|translate("</head>")|raw }}

+
+
{{ jsTag|raw }}
+
+
+
diff --git a/templates/plugins/SitesManager/siteWithoutData.twig b/templates/plugins/SitesManager/siteWithoutData.twig new file mode 100644 index 0000000..3a1b2fd --- /dev/null +++ b/templates/plugins/SitesManager/siteWithoutData.twig @@ -0,0 +1,34 @@ +{% extends "dashboard.twig" %} + +{% block notification %} + {% include "@CoreHome/_notifications.twig" %} +{% endblock %} + +{% block topcontrols %} + {% include "@CoreHome/_siteSelectHeader.twig" %} +{% endblock %} + +{% set bodyId = 'site-without-data' %} + +{% block content %} + +
+

+ {{ 'SitesManager_SiteWithoutDataStartTrackingDataHeader'|translate }} +

+

{{ 'SitesManager_SiteWithoutDataStartTrackingDataDescriptionLine2'|translate('', '')|raw }}

+

 

+ +
+ + {% set afterIntroEventContent %}{{ postEvent('Template.siteWithoutData.afterIntro') }}{% endset %} + + {{ postEvent('Template.siteWithoutData.afterTrackingHelp') }} +
+ +{% endblock %}