diff --git a/templates/Includes/CommentAdmin_left.ss b/templates/Includes/CommentAdmin_left.ss deleted file mode 100644 index 5c2a8004..00000000 --- a/templates/Includes/CommentAdmin_left.ss +++ /dev/null @@ -1,25 +0,0 @@ -
-

- <% _t('COMMENTS', 'Comments') %> -

- -
- - -
- -
diff --git a/templates/Includes/CommentTableField.ss b/templates/Includes/CommentTableField.ss deleted file mode 100644 index 3cecd72f..00000000 --- a/templates/Includes/CommentTableField.ss +++ /dev/null @@ -1,81 +0,0 @@ -
-
- $SearchForm -
- <% if Print %><% else %> - <% if Markable %> - <% include TableListField_SelectOptions %> - <% end_if %> - <% include TableListField_PageControls %> - <% end_if %> - - - - <% if Markable %><% end_if %> - <% control Headings %> - - <% end_control %> - <% if Can(edit) %><% end_if %> - <% if HasApproveButton %><% end_if %> - <% if HasSpamButton %><% end_if %> - <% if HasHamButton %><% end_if %> - <% if Can(delete) %><% end_if %> - - - - <% if HasSummary %> - - <% if Markable %><% end_if %> - - <% control SummaryFields %> - class="$Function"<% end_if %>>  - <% end_control %> - <% if Can(edit) %><% end_if %> - <% if HasApproveButton %><% end_if %> - <% if HasSpamButton %><% end_if %> - <% if HasHamButtom %><% end_if %> - <% if Can(delete) %><% end_if %> - - <% end_if %> - - - <% if Items %> - <% control Items %> - class="$HighlightClasses"<% end_if %>> - <% if Markable %><% end_if %> - <% control Fields %> - - <% end_control %> - <% if Can(edit) %> - - <% end_if %> - <% if HasApproveButton %> - - <% end_if %> - <% if HasSpamButton %> - - <% end_if %> - <% if HasHamButton %> - - <% end_if %> - <% if Can(delete) %> - - <% end_if %> - - <% end_control %> - <% else %> - - <% if Markable %><% end_if %> - - <% if Can(edit) %><% end_if %> - <% if HasApproveButton %><% end_if %> - <% if HasSpamButton %><% end_if %> - <% if HasHamButtom %><% end_if %> - <% if Can(delete) %><% end_if %> - - <% end_if %> - -
  - $Title -      
 $SummaryTitle     
$MarkingCheckbox$Value<% _t('EDIT', 'edit') %><% _t('APPROVE', 'approve') %><% _t('SPAM', 'spam') %><% _t('HAM', 'ham') %><% _t('DELETE', 'delete') %>
 <% _t('NOITEMSFOUND', 'No items found') %>     
-