diff --git a/templates/Includes/MemberTableField.ss b/templates/Includes/MemberTableField.ss index 81545878..409247ba 100755 --- a/templates/Includes/MemberTableField.ss +++ b/templates/Includes/MemberTableField.ss @@ -37,35 +37,13 @@ <% if Items %> <% control Items %> - - <% if Markable %>$MarkingCheckbox<% end_if %> - <% control Fields %> - $Value - <% end_control %> - <% if Can(show) %> - - show - - <% end_if %> - <% if Can(edit) %> - - edit - - <% end_if %> - <% if Can(delete) %> - - delete - - <% end_if %> - + <% include TableListField_Item %> <% end_control %> <% else %> <% if Markable %> <% end_if %> - No $NamePlural found - <% if Can(show) %> <% end_if %> - <% if Can(edit) %> <% end_if %> - <% if Can(delete) %> <% end_if %> + <% _t('NOITEMSFOUND', 'No items found') %> + <% control Actions %> <% end_control %> <% end_if %>