Skip to content
Extraits de code Groupes Projets
Valider d3adc8d7 rédigé par Matthieu Aubry's avatar Matthieu Aubry
Parcourir les fichiers

Merge pull request #8328 from spacenate/8305_bigger_update_button

Bigger update buttons
parents 476e49eb 394cb34c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
<form id="oneclickupdate" action="index.php"> <form id="oneclickupdate" action="index.php">
<input type="hidden" name="module" value="CoreUpdater"/> <input type="hidden" name="module" value="CoreUpdater"/>
<input type="hidden" name="action" value="oneClickUpdate"/> <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 %} {% 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/> href="{{ piwik_latest_version_url }}?cb={{ piwik_new_version }}">{{ 'CoreUpdater_DownloadX'|translate(piwik_new_version) }}</a><br/>
{% if can_auto_update %} {% if can_auto_update %}
</form> </form>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter