+{% endblock %}
+{% block quick_links %}
+ {% if entity.website is not empty %}
+
+ {% endif %}
+ {% if entity.emailAddress is not empty %}
+
+ {% endif %}
+ {% if entity.phoneNumber is not empty %}
+
+ {% endif %}
+ {% if entity.faxNumber is not empty %}
+
+ {% endif %}
{% endblock %}
\ No newline at end of file
diff --git a/templates/AdminPages/EntityAdminBase.html.twig b/templates/AdminPages/EntityAdminBase.html.twig
index 817b6c2a..b191de35 100644
--- a/templates/AdminPages/EntityAdminBase.html.twig
+++ b/templates/AdminPages/EntityAdminBase.html.twig
@@ -46,6 +46,7 @@
{% if timeTravel is defined and timeTravel is not null %}
({{ timeTravel|format_datetime('short') }})
{% endif %}
+ {% block quick_links %}{% endblock %}
{% else %}
{% block new_title %}{% trans %}new.caption{% endtrans %}{% endblock %}
{% endif %}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 441af770..a2fdcce0 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -9076,112 +9076,142 @@ Element 3
-
+ entity.delete.must_not_contain_partsElement still contains parts! You have to move the parts, to be able to delete this element.
-
+ entity.delete.must_not_contain_attachmentsAttachment type still contains attachments. Change their type, to be able to delete this attachment type.
-
+ entity.delete.must_not_contain_pricesCurrency still contains pricedetails. You have to change their currency to be able to delete this element.
-
+ entity.delete.must_not_contain_usersUsers still uses this group! Change their group, to be able to delete this group.
-
+ part.table.editEdit
-
+ part.table.edit.titleEdit part
-
+ part_list.action.action.titleSelect action
-
+ part_list.action.action.group.favoriteFavorite status
-
+ part_list.action.action.favoriteFavorite
-
+ part_list.action.action.unfavoriteUnfavorite
-
+ part_list.action.action.group.change_fieldChange field
-
+ part_list.action.action.change_categoryChange category
-
+ part_list.action.action.change_footprintChange footprint
-
+ part_list.action.action.change_manufacturerChange manufacturer
-
+ part_list.action.action.change_unitChange part unit
-
+ part_list.action.action.deleteDelete
-
+ part_list.action.submitSubmit
-
+ part_list.action.part_count%count% parts selected!
+
+
+ company.edit.quick.website
+ Open website
+
+
+
+
+ company.edit.quick.email
+ Send email
+
+
+
+
+ company.edit.quick.phone
+ Call phone
+
+
+
+
+ company.edit.quick.fax
+ Send fax
+
+
+
+
+ company.fax_number.placeholder
+ e.g. +49 1234 567890
+
+