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/SitesManager/templates/dialogs/edit-dialog.html')
-rw-r--r--plugins/SitesManager/templates/dialogs/edit-dialog.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/SitesManager/templates/dialogs/edit-dialog.html b/plugins/SitesManager/templates/dialogs/edit-dialog.html
new file mode 100644
index 0000000000..afb9910869
--- /dev/null
+++ b/plugins/SitesManager/templates/dialogs/edit-dialog.html
@@ -0,0 +1,6 @@
+<div class="ui-confirm" piwik-dialog="site.editDialog.show">
+
+ <h2>{{ site.editDialog.title }}</h2>
+
+ <input role="no" type="button" value="{{ 'General_Ok'|translate }}"/>
+</div>