diff --git a/templates/Includes/TableListField_Item.ss b/templates/Includes/TableListField_Item.ss deleted file mode 100644 index 675b765ec..000000000 --- a/templates/Includes/TableListField_Item.ss +++ /dev/null @@ -1,19 +0,0 @@ - class="$HighlightClasses"<% end_if %>> - <% if Markable %>$MarkingCheckbox<% end_if %> - <% loop Fields %> - $Value - <% end_loop %> - <% loop Actions %> - - <% if IsAllowed %> - title="$TitleText"<% end_if %>> - <% if Icon %>$Label<% else %>$Label<% end_if %> - - <% else %> - - <% if IconDisabled %>$Label<% else %>$Label<% end_if %> - - <% end_if %> - - <% end_loop %> - diff --git a/templates/Includes/TableListField_Item_export.ss b/templates/Includes/TableListField_Item_export.ss deleted file mode 100644 index efa81daae..000000000 --- a/templates/Includes/TableListField_Item_export.ss +++ /dev/null @@ -1 +0,0 @@ -<% loop Fields %>"$Value"<% if Last %>\n<% else %>$CsvSeparator<% end_if %><% end_loop %> diff --git a/templates/Includes/TableListField_PageControls.ss b/templates/Includes/TableListField_PageControls.ss deleted file mode 100644 index 5b61ffce6..000000000 --- a/templates/Includes/TableListField_PageControls.ss +++ /dev/null @@ -1,18 +0,0 @@ -<% if ShowPagination %> - <% if TotalCount %> -
- <% if FirstLink %><% _t('TableListField_PageControls.ss.VIEWFIRST', 'View first') %> $PageSize - <% else %><% _t('TableListField_PageControls.ss.VIEWFIRST', 'View first') %> $PageSize<% end_if %> - <% if PrevLink %> - <% else %><% _t('TableListField_PageControls.ss.VIEWPREVIOUS', 'View previous') %> $PageSize<% end_if %> - - <% _t('DISPLAYING', 'Displaying') %> $FirstItem <% _t('TableListField_PageControls.ss.TO', 'to') %> $LastItem <% _t('TableListField_PageControls.ss.OF', 'of') %> $TotalCount - - <% if NextLink %> - <% else %><% _t('TableListField_PageControls.ss.VIEWNEXT', 'View next') %> $PageSize<% end_if %> - <% if LastLink %><% _t('TableListField_PageControls.ss.VIEWLAST', 'View last') %> $PageSize - <% else %><% _t('TableListField_PageControls.ss.VIEWLAST', 'View last') %> $PageSize<% end_if %> - -
- <% end_if %> -<% end_if %> diff --git a/templates/Includes/TableListField_SelectOptions.ss b/templates/Includes/TableListField_SelectOptions.ss deleted file mode 100644 index 4145f339c..000000000 --- a/templates/Includes/TableListField_SelectOptions.ss +++ /dev/null @@ -1,8 +0,0 @@ - <% if SelectOptions %> - - <% end_if %> diff --git a/templates/Includes/TableListField_Summary.ss b/templates/Includes/TableListField_Summary.ss deleted file mode 100644 index 08b23a4fe..000000000 --- a/templates/Includes/TableListField_Summary.ss +++ /dev/null @@ -1,6 +0,0 @@ - <% if Markable %> <% end_if %> - $SummaryTitle - <% loop SummaryFields %> - $SummaryValue - <% end_loop %> - <% if Can(delete) %> <% end_if %>