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:
Diffstat (limited to 'plugins/CoreUpdater/templates/update_new_version_available.tpl')
-rw-r--r--plugins/CoreUpdater/templates/update_new_version_available.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/CoreUpdater/templates/update_new_version_available.tpl b/plugins/CoreUpdater/templates/update_new_version_available.tpl
index d2218175c7..7823386807 100644
--- a/plugins/CoreUpdater/templates/update_new_version_available.tpl
+++ b/plugins/CoreUpdater/templates/update_new_version_available.tpl
@@ -2,14 +2,14 @@
<p><b>{'CoreUpdater_ThereIsNewVersionAvailableForUpdate'|translate}</b></p>
<p>{'CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage'|translate:$piwik_new_version}</p>
-<br />
+<br>
<form action="index.php">
-<input type="hidden" name="module" value="CoreUpdater" />
-<input type="hidden" name="action" value="oneClickUpdate" />
-<input type="submit" class="submit" value="{'CoreUpdater_UpdateAutomatically'|translate}" />
+<input type="hidden" name="module" value="CoreUpdater">
+<input type="hidden" name="action" value="oneClickUpdate">
+<input type="submit" class="submit" value="{'CoreUpdater_UpdateAutomatically'|translate}"/>
<a style="margin-left:50px" class="submit button" href="http://piwik.org/latest.zip">{'CoreUpdater_DownloadX'|translate:$piwik_new_version}</a>
</form>
-<br />
+
<a href='index.php'>&laquo; {'General_BackToPiwik'|translate}</a>
{include file="CoreUpdater/templates/footer.tpl"}