-{{/inline}}
-{{!--
-!-- Render a group of an "edit" and a "delete" button for the current item.
-!-- The current item is defined by the data-item-id HTML property of the parent li element.
---}}
-{{#*inline "itemControlButtons"}}
-
-
-
-
-{{/inline}}
-
{{!--
!-- Render a header row for a given data type.
@@ -57,7 +34,7 @@
{{!-- description --}}
{{!-- control buttons --}}
- {{> itemControlButtons}}
+ {{> systems/ds4/templates/actor/partials/overview-control-buttons.hbs }}
{{/inline}}
diff --git a/src/templates/actor/partials/overview-add-button.hbs b/src/templates/actor/partials/overview-add-button.hbs
new file mode 100644
index 0000000..86e5d77
--- /dev/null
+++ b/src/templates/actor/partials/overview-add-button.hbs
@@ -0,0 +1,11 @@
+{{!
+!-- Render an "add" button for adding an item of given data type.
+!--
+!-- @param datType: hand over the dataType to the partial as hash parameter
+}}
+
\ No newline at end of file
diff --git a/src/templates/actor/partials/overview-control-buttons.hbs b/src/templates/actor/partials/overview-control-buttons.hbs
new file mode 100644
index 0000000..d10dbc3
--- /dev/null
+++ b/src/templates/actor/partials/overview-control-buttons.hbs
@@ -0,0 +1,8 @@
+{{!--
+!-- Render a group of an "edit" and a "delete" button for the current item.
+!-- The current item is defined by the data-item-id HTML property of the parent li element.
+--}}
+
+
+
+
diff --git a/src/templates/actor/partials/talents-overview.hbs b/src/templates/actor/partials/talents-overview.hbs
index af25941..3c2cfea 100644
--- a/src/templates/actor/partials/talents-overview.hbs
+++ b/src/templates/actor/partials/talents-overview.hbs
@@ -3,30 +3,15 @@
{{!-- ======================================================================== --}}
{{!-- TODO: remove duplicate add and delete button definition --}}
-{{!--
-!-- Render an "add" button for a given data type.
+
+{{!--
+!-- Render an input element for a rank value property of an item.
!--
-!-- @param datType: hand over the dataType to the partial as hash parameter
+!-- @param item: the item
+!-- @param property: the key of the property in item.data.data (if 'base', the max value is set automatically)
+!-- @param disabled: if given, is placed plainly into the input as HTML property;
+!-- meant to be set to "disabled" to disable the input element
--}}
-{{#*inline "addItemButton"}}
-
-{{/inline}}
-{{!--
-!-- Render a group of an "edit" and a "delete" button for the current item.
-!-- The current item is defined by the data-item-id HTML property of the parent li element.
---}}
-{{#*inline "itemControlButtons"}}
-
-
-
-
-{{/inline}}
-
-
{{#*inline "talentRankValue"}}
{{/inline}}
+
{{!--
!-- Render a talent list row from a given item.
!-- It is a flexbox with a child for each item value of interest.
@@ -68,7 +54,7 @@
{{!-- description --}}