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:
authorMatthieu Aubry <matt@piwik.org>2015-07-12 19:12:11 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-12 19:12:11 +0300
commitd3adc8d7a49e59be574ef715087b7a47e7109868 (patch)
tree7564d1e39ea935a8c2d743e25b9e70f4674f9eb8 /plugins/CoreUpdater
parent476e49eb5c4b1ef018ada79f853ee795424772c7 (diff)
parent394cb34cf6b61eb317d874ec932a36e85feaf390 (diff)
Merge pull request #8328 from spacenate/8305_bigger_update_button
Bigger 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>