Merge branch 'release/2020.01-10'

This commit is contained in:
Björn Fromme
2020-01-28 18:00:04 +01:00
2 changed files with 5 additions and 6 deletions
@@ -563,7 +563,7 @@ return [
], ],
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
'foreign_table' => 'tx_epproducts_domain_model_webcam', 'foreign_table' => 'tx_epproducts_domain_model_webcam',
'foreign_table_where' => 'AND tx_epproducts_domain_model_webcam.snowreport=###REC_FIELD_snowreport### ORDER BY tx_epproducts_domain_model_webcam.name', 'foreign_table_where' => 'AND tx_epproducts_domain_model_webcam.available = 1 AND tx_epproducts_domain_model_webcam.snowreport=###REC_FIELD_snowreport### ORDER BY tx_epproducts_domain_model_webcam.name',
'minitems' => 0, 'minitems' => 0,
'maxitems' => 1, 'maxitems' => 1,
], ],
@@ -21,7 +21,7 @@
<tbody> <tbody>
<f:for each="{pageinatedPages}" as="page"> <f:for each="{pageinatedPages}" as="page">
<tr> <tr>
<td style="white-space: nowrap"> <td style="white-space: nowrap; vertical-align: top">
<f:spaceless> <f:spaceless>
{page.title} {page.title}
<f:if condition="{page.hidden}"> <f:if condition="{page.hidden}">
@@ -29,18 +29,17 @@
</f:if> </f:if>
</f:spaceless> </f:spaceless>
</td> </td>
<td> <td style="vertical-align: top">
{page.seoTitle} {page.seoTitle}
</td> </td>
<td> <td style="vertical-align: top">
{page.description} {page.description}
</td> </td>
<td> <td style="vertical-align: top">
<div class="btn-group"> <div class="btn-group">
<a href="{be:uri.editRecord(table: 'pages', uid: page.uid)}" <a href="{be:uri.editRecord(table: 'pages', uid: page.uid)}"
title="" class="btn btn-default"> title="" class="btn btn-default">
<core:icon identifier="actions-document-open"/> <core:icon identifier="actions-document-open"/>
bearbeiten
</a> </a>
</div> </div>
</td> </td>