remove old code

This commit is contained in:
BFallert 2022-05-10 15:32:02 +02:00
parent c9ac5361ec
commit 33011a7ea2
1 changed files with 0 additions and 6 deletions

View File

@ -44,15 +44,9 @@
</label>
<f:form.select id="form-order-{viewData.uniqueId}" property="order" value="{lastSearch.order}" onclick="javascript:this.form.submit();">
<f:form.select.option value="asc">
<f:comment>
<f:translate key='LLL:EXT:slub_digitalcollections/Resources/Private/Language/locallang_kitodo.xlf:form.order.asc' extensionName='slub_digitalcollections' />
</f:comment>
<f:translate key='LLL:EXT:dlf/Resources/Private/Language/locallang.xlf:listview.form.order.asc' />
</f:form.select.option>
<f:form.select.option value="desc">
<f:comment>
<f:translate key='LLL:EXT:slub_digitalcollections/Resources/Private/Language/locallang_kitodo.xlf:form.order.desc' extensionName='slub_digitalcollections' />
</f:comment>
<f:translate key='LLL:EXT:dlf/Resources/Private/Language/locallang.xlf:listview.form.order.desc' />
</f:form.select.option>