From dacf1e461599a4d2b3ef6304c91233db3a55913a Mon Sep 17 00:00:00 2001 From: detraz Date: Sun, 2 Sep 2018 18:28:54 +0200 Subject: [PATCH] Correction des boutons sur les autres apps --- machines/templates/machines/delete.html | 2 +- machines/templates/machines/edit_portlist.html | 2 +- machines/templates/machines/machine.html | 2 +- preferences/templates/preferences/edit_preferences.html | 2 +- preferences/templates/preferences/preferences.html | 2 +- topologie/templates/topologie/delete.html | 2 +- topologie/templates/topologie/switch.html | 2 +- topologie/templates/topologie/topo.html | 2 +- topologie/templates/topologie/topo_more.html | 2 +- users/templates/users/delete.html | 2 +- users/templates/users/user.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/machines/templates/machines/delete.html b/machines/templates/machines/delete.html index 1c9811f2..ae365c69 100644 --- a/machines/templates/machines/delete.html +++ b/machines/templates/machines/delete.html @@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% csrf_token %}

{% blocktrans %}Warning: are you sure you want to delete this object {{ objet_name }} ( {{ objet }} )?{% endblocktrans %}

{% trans "Confirm" as tr_confirm %} - {% bootstrap_button tr_confirm button_type="submit" icon="trash" %} + {% bootstrap_button tr_confirm button_type="submit" icon='trash' button_class='btn-danger' %}

diff --git a/machines/templates/machines/edit_portlist.html b/machines/templates/machines/edit_portlist.html index d6a5e9df..5bb8723f 100644 --- a/machines/templates/machines/edit_portlist.html +++ b/machines/templates/machines/edit_portlist.html @@ -51,7 +51,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

{% trans "Create or edit" as tr_create_or_edit %} - {% bootstrap_button tr_create_or_edit button_type="submit" icon="star" %} + {% bootstrap_button tr_create_or_edit icon='ok' button_class='btn-success' %}