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 <thomas.steur@googlemail.com>2014-03-21 01:44:16 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-21 01:44:16 +0400
commit4b93b845300eab321e429beb5b8f1bb51f528ab5 (patch)
treed15a62d4fbe49ea9e3e5a15f2963ff967d4dc552 /plugins/UsersManager/templates/index.twig
parentfe389fa035951b796881c85c4a996d7aa2eb0d53 (diff)
refs #4877 lots of ui tweaks, fixes and general improvements
Diffstat (limited to 'plugins/UsersManager/templates/index.twig')
-rw-r--r--plugins/UsersManager/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UsersManager/templates/index.twig b/plugins/UsersManager/templates/index.twig
index 45fdeeeb40..4573cd42d5 100644
--- a/plugins/UsersManager/templates/index.twig
+++ b/plugins/UsersManager/templates/index.twig
@@ -89,7 +89,7 @@
<div class="ui-confirm" id="confirm">
<h2>{{ 'UsersManager_ChangeAllConfirm'|translate("<span id='login'></span>")|raw }}</h2>
<input role="yes" type="button" value="{{ 'General_Yes'|translate }}"/>
- <input role="no" type="button" value="{{ 'General_No'|translate }}"/>
+ <input role="no" type="button#" value="{{ 'General_No'|translate }}"/>
</div>
{% if userIsSuperUser %}