From ecb6347c025a1e4cff0776971293c429521b9f83 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 29 Dec 2023 19:24:19 -0500 Subject: [PATCH] Update button styles --- netbox/utilities/templates/buttons/add.html | 2 +- netbox/utilities/templates/buttons/bookmark.html | 4 ++-- netbox/utilities/templates/buttons/bulk_delete.html | 2 +- netbox/utilities/templates/buttons/bulk_edit.html | 2 +- netbox/utilities/templates/buttons/clone.html | 2 +- netbox/utilities/templates/buttons/delete.html | 2 +- netbox/utilities/templates/buttons/edit.html | 2 +- netbox/utilities/templates/buttons/export.html | 2 +- netbox/utilities/templates/buttons/import.html | 2 +- netbox/utilities/templates/buttons/sync.html | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/netbox/utilities/templates/buttons/add.html b/netbox/utilities/templates/buttons/add.html index dd2704e00..df257b5d2 100644 --- a/netbox/utilities/templates/buttons/add.html +++ b/netbox/utilities/templates/buttons/add.html @@ -1,6 +1,6 @@ {% if url %} {% load i18n %} - + {% trans "Add" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/bookmark.html b/netbox/utilities/templates/buttons/bookmark.html index 417e2023c..832da9e90 100644 --- a/netbox/utilities/templates/buttons/bookmark.html +++ b/netbox/utilities/templates/buttons/bookmark.html @@ -5,11 +5,11 @@ {% endfor %} {% if bookmark %} - {% else %} - {% endif %} diff --git a/netbox/utilities/templates/buttons/bulk_delete.html b/netbox/utilities/templates/buttons/bulk_delete.html index b3baa725b..88713d753 100644 --- a/netbox/utilities/templates/buttons/bulk_delete.html +++ b/netbox/utilities/templates/buttons/bulk_delete.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - {% endif %} diff --git a/netbox/utilities/templates/buttons/bulk_edit.html b/netbox/utilities/templates/buttons/bulk_edit.html index a6bf76637..eec5000ea 100644 --- a/netbox/utilities/templates/buttons/bulk_edit.html +++ b/netbox/utilities/templates/buttons/bulk_edit.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - {% endif %} diff --git a/netbox/utilities/templates/buttons/clone.html b/netbox/utilities/templates/buttons/clone.html index 646db6222..e38846b86 100644 --- a/netbox/utilities/templates/buttons/clone.html +++ b/netbox/utilities/templates/buttons/clone.html @@ -1,6 +1,6 @@ {% load i18n %} {% if url %} - + {% trans "Clone" %} {% endif %} diff --git a/netbox/utilities/templates/buttons/delete.html b/netbox/utilities/templates/buttons/delete.html index 9df61cba6..bffbff27d 100644 --- a/netbox/utilities/templates/buttons/delete.html +++ b/netbox/utilities/templates/buttons/delete.html @@ -2,7 +2,7 @@ diff --git a/netbox/utilities/templates/buttons/edit.html b/netbox/utilities/templates/buttons/edit.html index 6fb0a0952..26016fcfc 100644 --- a/netbox/utilities/templates/buttons/edit.html +++ b/netbox/utilities/templates/buttons/edit.html @@ -1,4 +1,4 @@ {% load i18n %} - +  {% trans "Edit" %} diff --git a/netbox/utilities/templates/buttons/export.html b/netbox/utilities/templates/buttons/export.html index 879fc02c5..0499d15d1 100644 --- a/netbox/utilities/templates/buttons/export.html +++ b/netbox/utilities/templates/buttons/export.html @@ -1,6 +1,6 @@ {% load i18n %}