|
13 | 13 | <tbody> |
14 | 14 | <f:if condition="{flex.displayMode}"> |
15 | 15 | <tr> |
16 | | - <th>{f:translate(key:'{_computed.lll}displayMode')}</th> |
| 16 | + <th>{f:translate(key:'{computed.lll}displayMode')}</th> |
17 | 17 | <td> |
18 | 18 | <f:switch expression="{flex.displayMode}"> |
19 | | - <f:case value="list">{f:translate(key:'{_computed.lll}displayMode.listView')}</f:case> |
20 | | - <f:case value="single">{f:translate(key:'{_computed.lll}displayMode.singleView')} |
| 19 | + <f:case value="list">{f:translate(key:'{computed.lll}displayMode.listView')}</f:case> |
| 20 | + <f:case value="single">{f:translate(key:'{computed.lll}displayMode.singleView')} |
21 | 21 | </f:case> |
22 | | - <f:case value="map">{f:translate(key:'{_computed.lll}displayMode.map')}</f:case> |
| 22 | + <f:case value="map">{f:translate(key:'{computed.lll}displayMode.map')}</f:case> |
23 | 23 | <f:defaultCase>{flex.displayMode}</f:defaultCase> |
24 | 24 | </f:switch> |
25 | 25 | </td> |
26 | 26 | </tr> |
27 | 27 | </f:if> |
28 | | - <f:if condition="{_computed.singleRecords}"> |
| 28 | + <f:if condition="{computed.singleRecords}"> |
29 | 29 | <tr> |
30 | | - <th>{f:translate(key:'{_computed.lll}single_records')}</th> |
| 30 | + <th>{f:translate(key:'{computed.lll}single_records')}</th> |
31 | 31 | <td> |
32 | | - <f:for each="{_computed.singleRecords}" as="row"> |
| 32 | + <f:for each="{computed.singleRecords}" as="row"> |
33 | 33 | <f:render section="rowElement" arguments="{table:'tt_address', row:row}"/> |
34 | 34 | </f:for> |
35 | 35 | </td> |
36 | 36 | </tr> |
37 | 37 | </f:if> |
38 | | - <f:if condition="{_computed.pages}"> |
| 38 | + <f:if condition="{computed.pages}"> |
39 | 39 | <tr> |
40 | 40 | <th>{f:translate(key:'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.startingpoint')} |
41 | 41 | </th> |
42 | 42 | <td> |
43 | | - <f:for each="{_computed.pages}" as="row"> |
| 43 | + <f:for each="{computed.pages}" as="row"> |
44 | 44 | <f:render section="rowElement" arguments="{table:'pages', row:row}"/> |
45 | 45 | </f:for> |
46 | 46 | <f:if condition="{flex.recursive}"> |
|
50 | 50 | </td> |
51 | 51 | </tr> |
52 | 52 | </f:if> |
53 | | - <f:if condition="{_computed.singlePid}"> |
| 53 | + <f:if condition="{computed.singlePid}"> |
54 | 54 | <tr> |
55 | | - <th>{f:translate(key:'{_computed.lll}singlePid')}</th> |
| 55 | + <th>{f:translate(key:'{computed.lll}singlePid')}</th> |
56 | 56 | <td> |
57 | | - <f:render section="rowElement" arguments="{table:'pages', row:_computed.singlePid}"/> |
| 57 | + <f:render section="rowElement" arguments="{table:'pages', row:computed.singlePid}"/> |
58 | 58 | </td> |
59 | 59 | </tr> |
60 | 60 | </f:if> |
61 | | - <f:if condition="{_computed.groups}"> |
| 61 | + <f:if condition="{computed.groups}"> |
62 | 62 | <tr> |
63 | | - <th>{f:translate(key:'{_computed.lll}group_selection')}</th> |
| 63 | + <th>{f:translate(key:'{computed.lll}group_selection')}</th> |
64 | 64 | <td> |
65 | | - <f:for each="{_computed.groups}" as="row"> |
| 65 | + <f:for each="{computed.groups}" as="row"> |
66 | 66 | <f:render section="rowElement" arguments="{table:'sys_category', row:row}"/> |
67 | 67 | </f:for> |
68 | 68 | <hr style="margin:5px"/> |
69 | | - {f:translate(key:'{_computed.lll}combination')}: |
| 69 | + {f:translate(key:'{computed.lll}combination')}: |
70 | 70 | <f:if condition="{flex.groupsCombination}"> |
71 | 71 | <f:then> |
72 | | - {f:translate(key:'{_computed.lll}combination.or')} |
| 72 | + {f:translate(key:'{computed.lll}combination.or')} |
73 | 73 | </f:then> |
74 | 74 | <f:else> |
75 | | - {f:translate(key:'{_computed.lll}combination.and')} |
| 75 | + {f:translate(key:'{computed.lll}combination.and')} |
76 | 76 | </f:else> |
77 | 77 | </f:if> |
78 | 78 | <br> |
79 | 79 | <f:if condition="{flex.includeSubcategories}"> |
80 | 80 | <core:icon identifier="actions-check" size="small"/> |
81 | | - {f:translate(key:'{_computed.lll}includeSubcategories')} |
| 81 | + {f:translate(key:'{computed.lll}includeSubcategories')} |
82 | 82 | </f:if> |
83 | 83 | </td> |
84 | 84 | </tr> |
|
90 | 90 | <a href="#" class="t3js-contextmenutrigger" data-table="{table}" data-uid="{row.uid}" title="id={row.uid}"> |
91 | 91 | <core:iconForRecord row="{row}" table="{table}"/> |
92 | 92 | </a> |
93 | | - {row._computed.title}<br> |
| 93 | + {row.computed.title}<br> |
94 | 94 | </f:section> |
95 | 95 | </html> |
0 commit comments