Skip to content

Commit

Permalink
FEATURE: Tweak Workspace review
Browse files Browse the repository at this point in the history
tbd
  • Loading branch information
bwaidelich authored Apr 25, 2024
1 parent 6841c68 commit 572cd67
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<table class="neos-table">
<thead>
<tr>
<th class="check neos-priority1">
<th class="check neos-priority1" style="width: 30px">
<label for="check-all" class="neos-checkbox">
<input type="checkbox" id="check-all" /><span></span>
</label>
Expand All @@ -30,17 +30,10 @@
<f:for each="{site.documents}" key="dimension" as="dimensions">
<f:for each="{dimensions}" key="documentPath" as="document">
<tr class="neos-document" data-nodepath="{document.documentNode.path}" data-ismoved="{f:if(condition: document.isMoved, then: 'true', else: 'false')}" data-isnew="{f:if(condition: document.isNew, then: 'true', else: 'false')}">
<f:if condition="{document.changes -> f:count()} > 1">
<f:then>
<td class="check neos-priority1">
<label for="check-document-{document.documentNode.identifier}" class="neos-checkbox"><f:form.checkbox id="check-document-{document.documentNode.identifier}" class="neos-check-document" value="{document.documentNode.identifier}"/><span></span></label>
</td>
<td class="neos-priority1 path-caption">
</f:then>
<f:else>
<td colspan="2" class="neos-priority1 path-caption">
</f:else>
</f:if>
<td class="check neos-priority1">
<label for="check-document-{document.documentNode.identifier}" class="neos-checkbox"><f:form.checkbox id="check-document-{document.documentNode.identifier}" class="neos-check-document" value="{document.documentNode.identifier}"/><span></span></label>
</td>
<td class="neos-priority1 path-caption">
<div class="neos-row-fluid">
<div class="neos-span2">
{neos:backend.translate(id: 'pathCaption', source: 'Main', package: 'Neos.Neos')}:
Expand Down

0 comments on commit 572cd67

Please sign in to comment.