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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-05-20 23:21:05 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-20 23:21:05 +0300
commit6df3d182d9ecf6a6d3d9a9f42e1389fafae735b2 (patch)
tree70f33f47564e8ce4c810342f65a58f5d1be9458b /plugins/CustomVariables
parentd7abde2fe3d7b78211c4dda94dda630782577f3a (diff)
Added an HTML ID to create new slot in custom variables so it can be styled (#12940)
Diffstat (limited to 'plugins/CustomVariables')
-rw-r--r--plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html b/plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html
index 9c6b184204..aaeb4adabe 100644
--- a/plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html
+++ b/plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html
@@ -44,6 +44,7 @@
<div ng-show="!manageCustomVars.model.isLoading"
piwik-content-block
+ id="CustomVariablesCreateNewSlot"
content-title="{{ 'CustomVariables_CreateNewSlot'|translate }}">
<p ng-show="!manageCustomVars.model.isLoading">
@@ -59,4 +60,4 @@
</div>
-</div> \ No newline at end of file
+</div>