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:
authorNathan Sollenberger <nathan@spacenate.com>2015-07-11 04:21:18 +0300
committerNathan Sollenberger <nathan@spacenate.com>2015-07-11 04:21:18 +0300
commit394cb34cf6b61eb317d874ec932a36e85feaf390 (patch)
treefb1fbbddc8fe23ecdf845319561964e14cc9543a /plugins/CoreUpdater
parentef015e3ffd25f6d53e745bc5dea374332d550964 (diff)
Add btn-lg class to update buttons
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/templates/newVersionAvailable.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/templates/newVersionAvailable.twig b/plugins/CoreUpdater/templates/newVersionAvailable.twig
index 348b78923b..8da941c81f 100644
--- a/plugins/CoreUpdater/templates/newVersionAvailable.twig
+++ b/plugins/CoreUpdater/templates/newVersionAvailable.twig
@@ -22,9 +22,9 @@
<form id="oneclickupdate" action="index.php">
<input type="hidden" name="module" value="CoreUpdater"/>
<input type="hidden" name="action" value="oneClickUpdate"/>
- <input id="updateAutomatically" type="submit" class="btn" value="{{ 'CoreUpdater_UpdateAutomatically'|translate }}"/>
+ <input id="updateAutomatically" type="submit" class="btn btn-lg" value="{{ 'CoreUpdater_UpdateAutomatically'|translate }}"/>
{% endif %}
- <a class="btn"
+ <a class="btn btn-lg"
href="{{ piwik_latest_version_url }}?cb={{ piwik_new_version }}">{{ 'CoreUpdater_DownloadX'|translate(piwik_new_version) }}</a><br/>
{% if can_auto_update %}
</form>