mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 03:12:26 +02:00
Remove attributes 'target="_blank"' attributes from <a>
tags
This commit is contained in:
parent
18249653f9
commit
272df57664
3 changed files with 7 additions and 7 deletions
|
@ -90,10 +90,10 @@
|
|||
<div class="column">
|
||||
<p>Pour vous aider à distribuer les produits le jour J, vous pouvez télécharger la liste des commandes
|
||||
au format PDF pour l'<strong>imprimer</strong>, ou au format CSV pour l'<strong>afficher dans un tableur</strong> :</p>
|
||||
<a class="button is-info" href="{% url 'order:grouped_order_sheet' grouped_order.code %}" target="_blank">
|
||||
<a class="button is-info" href="{% url 'order:grouped_order_sheet' grouped_order.code %}">
|
||||
<i class="fa fa-file-pdf-o mr-3" aria-hidden="true"></i>Commandes en PDF
|
||||
</a>
|
||||
<a class="button is-info" href="{% url 'order:grouped_order_csv_export' grouped_order.code %}" target="_blank">
|
||||
<a class="button is-info" href="{% url 'order:grouped_order_csv_export' grouped_order.code %}">
|
||||
<i class="fa fa-file-excel-o mr-3" aria-hidden="true"></i>Commandes en CSV
|
||||
</a>
|
||||
</div>
|
||||
|
@ -137,11 +137,11 @@
|
|||
|
||||
<div id="commandes" class="box tabcontent">
|
||||
<div class="buttons is-pulled-right">
|
||||
<a class="button is-info" href="{% url 'order:email_list' grouped_order.code %}?format=csv" target="_blank">
|
||||
<a class="button is-info" href="{% url 'order:email_list' grouped_order.code %}?format=csv">
|
||||
<i class="fa fa-file-excel-o mr-3" aria-hidden="true"></i>Emails en CSV
|
||||
</a>
|
||||
<input id="email_list" name="email_list" hidden="true" value="{{ emails_list|join:';' }}" />
|
||||
<a class="button is-info" onclick="copyText('email_list')" target="_blank">
|
||||
<a class="button is-info" onclick="copyText('email_list')">
|
||||
<i class="fa fa-files-o mr-3" aria-hidden="true"></i>Copier les emails
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<p>
|
||||
La Chariotte est développée sous licence libre Affero GPL.
|
||||
Cela signifie que vous pouvez
|
||||
<a href="{{ gitlab }}" rel="noopener" target="_blank">aller voir le code</a> si vous êtes curieux, et y contribuer si vous êtes motivé·e !
|
||||
<a href="{{ gitlab }}" rel="noopener">aller voir le code</a> si vous êtes curieux, et y contribuer si vous êtes motivé·e !
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@
|
|||
Nous sommes très, très preneurs de vos suggestions, critiques constructives et demandes, et ouvert·e·s à toute question !
|
||||
</p>
|
||||
<p>
|
||||
Faites des retours sur la version actuelle <a href="https://framaforms.org/vos-retours-sur-la-chariotte-1692345453" rel="noopener" target="_blank">ici</a>, ou par mail à <a href="mailto:{{ mail }}">{{ mail }}</a>.
|
||||
Faites des retours sur la version actuelle <a href="https://framaforms.org/vos-retours-sur-la-chariotte-1692345453" rel="noopener">ici</a>, ou par mail à <a href="mailto:{{ mail }}">{{ mail }}</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<p class="title">Licence</p>
|
||||
<p>
|
||||
La Chariotte est développée sous licence libre <strong>Affero GPL</strong>. Le code source est
|
||||
consultable <a href="{{ gitlab }}" rel="noopener" target="_blank">sur Gitlab</a> et ouvert à toute contribution ou suggestion.
|
||||
consultable <a href="{{ gitlab }}" rel="noopener">sur Gitlab</a> et ouvert à toute contribution ou suggestion.
|
||||
</p>
|
||||
<p class="title">Conditions d'utilisation</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue