update Piwik to version 2.16 (fixes #91)

This commit is contained in:
oliver 2016-04-10 18:55:57 +02:00
commit d885a4baa9
5833 changed files with 418860 additions and 226988 deletions

View file

@ -0,0 +1,3 @@
<div ng-include="'plugins/SitesManager/templates/dialogs/edit-dialog.html'"></div>
<div ng-include="'plugins/SitesManager/templates/dialogs/remove-dialog.html'"></div>

View file

@ -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>

View file

@ -0,0 +1,7 @@
<div class="ui-confirm" piwik-dialog="site.removeDialog.show" yes="site.delete()">
<h2>{{ site.removeDialog.title }}</h2>
<input type="button" value="{{ 'General_Yes'|translate }}" role="yes"/>
<input type="button" value="{{ 'General_No'|translate }}" role="no" />
</div>