diff --git a/Resources/Private/Partials/Components/DetailResultPager.html b/Resources/Private/Partials/Components/DetailResultPager.html
index 7a243b5d..41016578 100644
--- a/Resources/Private/Partials/Components/DetailResultPager.html
+++ b/Resources/Private/Partials/Components/DetailResultPager.html
@@ -27,7 +27,6 @@
action="index"
arguments="{linkArguments}"
section="c{config.uid}-result-{document.fields.id}"
-
class="icon-level-up internal"
>
@@ -55,7 +54,6 @@
action="detail"
arguments="{id: document-previous.fields.id}"
section="{settings.jumpToID}"
-
class="previous icon-left-dir internal no-change"
onclick="return tx_find.detailViewWithPaging(this, {document-previous-number});"
title="{f:translate(key:'previous')}: {s:data.valueForKey(array:document-previous.fields, key:settings.standardFields.title)}"/>
@@ -70,7 +68,6 @@
action="detail"
arguments="{id: document-next.fields.id}"
section="{settings.jumpToID}"
-
class="next icon-right-dir internal no-change"
onclick="return tx_find.detailViewWithPaging(this, {document-next-number});" title="{f:translate(key:'next')}: {s:data.valueForKey(array:document-next.fields, key:settings.standardFields.title)}"/>
diff --git a/Resources/Private/Partials/Display/DetailLink.html b/Resources/Private/Partials/Display/DetailLink.html
index 860ae520..39b6f2f6 100644
--- a/Resources/Private/Partials/Display/DetailLink.html
+++ b/Resources/Private/Partials/Display/DetailLink.html
@@ -8,7 +8,6 @@
action="detail"
arguments="{id:document.id}"
section="{settings.jumpToID}"
-
onclick="{f:if(condition:'{settings.paging.detailPagePaging}',then:'return tx_find.detailViewWithPaging(this);')}"
class="details icon-right-open internal no-change"
>
diff --git a/Resources/Private/Partials/Display/Field/Content.html b/Resources/Private/Partials/Display/Field/Content.html
index 9344173a..5a1fc1f6 100644
--- a/Resources/Private/Partials/Display/Field/Content.html
+++ b/Resources/Private/Partials/Display/Field/Content.html
@@ -68,7 +68,6 @@
q:queryArray,
facet:linkFacets
}"
-
class="internal"
title="{f:translate(
key:'Alle Datensätze mit %1$s »%2$s« zeigen.',
diff --git a/Resources/Private/Partials/Display/Result.html b/Resources/Private/Partials/Display/Result.html
index a1740e12..033e7c4c 100644
--- a/Resources/Private/Partials/Display/Result.html
+++ b/Resources/Private/Partials/Display/Result.html
@@ -12,7 +12,6 @@
action="detail"
arguments="{id:document.id}"
section="{settings.jumpToID}"
-
class="internal no-change"
onclick="{f:if(
condition:'{settings.paging.detailPagePaging == 1}',
diff --git a/Resources/Private/Partials/Facets/Facet/Histogram.html b/Resources/Private/Partials/Facets/Facet/Histogram.html
index 49ab36d6..88ce0e9e 100644
--- a/Resources/Private/Partials/Facets/Facet/Histogram.html
+++ b/Resources/Private/Partials/Facets/Facet/Histogram.html
@@ -16,7 +16,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{s:find.facetLinkArguments(facetID:facetInfo.id, activeFacets:config.activeFacets, mode:'remove')}"
section="{settings.jumpToID}"
-
class="icon-cancel facetRemove internal"
title="{f:translate(key:'remove filter %s', arguments:{0:years})}">{years}
@@ -45,7 +44,6 @@
arguments:'{addArguments}',
argumentsToBeExcludedFromQueryString:'{removeArguments}',
section:'{settings.jumpToID}',
-
)}"/>
diff --git a/Resources/Private/Partials/Facets/Facet/List/ActiveFacets.html b/Resources/Private/Partials/Facets/Facet/List/ActiveFacets.html
index 23e6071c..3e78b53d 100644
--- a/Resources/Private/Partials/Facets/Facet/List/ActiveFacets.html
+++ b/Resources/Private/Partials/Facets/Facet/List/ActiveFacets.html
@@ -15,7 +15,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{1: 'tx_find_find[facet]', 2: 'tx_find_find[q]'}"
section="{settings.jumpToID}"
-
class=""
title="alle Filter zurücksetzen">
@@ -27,7 +26,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{1: 'tx_find_find[facet]'}"
section="{settings.jumpToID}"
-
class=""
title="{f:translate(key:'Reset all facets')}">
@@ -44,7 +42,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{s:find.facetLinkArguments(facetID:facetKey, facetTerm:reverseFacetKey, activeFacets:config.activeFacets, mode:'remove')}"
section="{settings.jumpToID}"
-
class=""
style="text-decoration:line-through;"
title="{f:translate(key:'remove filter %s', arguments:{0:facetTerm})}">
@@ -67,7 +64,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{s:find.facetLinkArguments(facetID:facetInfo.id, facetTerm:facetTerm, activeFacets:config.activeFacets, mode:'remove')}"
section="{settings.jumpToID}"
-
class=""
title="{f:translate(key:'remove filter %s', arguments:{0:facetTerm})}">
@@ -101,7 +97,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{1:'tx_find_find[facet][Zeit]'}"
section="{settings.jumpToID}"
-
class=""
title="{f:translate(key:'remove filter %s', arguments:{0:facetTerm})}">
@@ -119,7 +114,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{1:'tx_find_find[facet][NeuImKatalog]'}"
section="{settings.jumpToID}"
-
class=""
title="{f:translate(key:'remove filter %s', arguments:{0:facetTerm})}">
diff --git a/Resources/Private/Partials/Facets/Facet/List/Item.html b/Resources/Private/Partials/Facets/Facet/List/Item.html
index d0dc55c6..2241492b 100644
--- a/Resources/Private/Partials/Facets/Facet/List/Item.html
+++ b/Resources/Private/Partials/Facets/Facet/List/Item.html
@@ -29,7 +29,6 @@
addQueryString="TRUE"
argumentsToBeExcludedFromQueryString="{s:find.facetLinkArguments(facetID:facetInfo.id, facetTerm:facetTerm, activeFacets:config.activeFacets, mode:'remove')}"
section="{settings.jumpToID}"
-
class="icon-cancel facetRemove internal"
title="{f:translate(key:'remove filter %s', arguments:{0:facetTerm})}">
@@ -39,7 +38,6 @@
arguments="{s:find.facetLinkArguments(facetID:facetInfo.id, facetTerm:facetTerm, activeFacets:config.activeFacets)}"
argumentsToBeExcludedFromQueryString="{0:'{config.prefixID}[page]'}"
section="{settings.jumpToID}"
-
class="facetAdd internal">
{a:1}"
/>
diff --git a/Resources/Private/Partials/Form/QueryError.html b/Resources/Private/Partials/Form/QueryError.html
index f88ee553..fcb5b19f 100644
--- a/Resources/Private/Partials/Form/QueryError.html
+++ b/Resources/Private/Partials/Form/QueryError.html
@@ -31,7 +31,6 @@
argumentsToBeExcludedFromQueryString="{0:'{config.prefixID}[q]'}"
arguments="{escapedArguments}"
section="{settings.jumpToID}"
-
class="internal"
>
diff --git a/Resources/Private/Partials/Pager/ListPager.html b/Resources/Private/Partials/Pager/ListPager.html
index 917f73f0..ffa84187 100644
--- a/Resources/Private/Partials/Pager/ListPager.html
+++ b/Resources/Private/Partials/Pager/ListPager.html
@@ -8,7 +8,6 @@
arguments="{page:pager.previous}"
addQueryString="TRUE"
section="{settings.jumpToID}"
-
class="icon-left-dir internal"
title="{f:translate(key:'Go to previous page of results. (Page %s)', arguments:'{1:pager.previous}')}"
/>
@@ -28,7 +27,6 @@
arguments="{page:page.number}"
addQueryString="TRUE"
section="{settings.jumpToID}"
-
class="internal"
>
{page.text}
@@ -48,7 +46,6 @@
arguments="{page:pager.next}"
addQueryString="TRUE"
section="{settings.jumpToID}"
-
class="icon-right-dir internal"
title="{f:translate(key:'Go to next page of results. (Page %s)', arguments:'{1:pager.next}')}"
/>