Fix alignment of table cells, remove superfluous button label
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<tbody>
|
||||
<f:for each="{pageinatedPages}" as="page">
|
||||
<tr>
|
||||
<td style="white-space: nowrap">
|
||||
<td style="white-space: nowrap; vertical-align: top">
|
||||
<f:spaceless>
|
||||
{page.title}
|
||||
<f:if condition="{page.hidden}">
|
||||
@@ -29,18 +29,17 @@
|
||||
</f:if>
|
||||
</f:spaceless>
|
||||
</td>
|
||||
<td>
|
||||
<td style="vertical-align: top">
|
||||
{page.seoTitle}
|
||||
</td>
|
||||
<td>
|
||||
<td style="vertical-align: top">
|
||||
{page.description}
|
||||
</td>
|
||||
<td>
|
||||
<td style="vertical-align: top">
|
||||
<div class="btn-group">
|
||||
<a href="{be:uri.editRecord(table: 'pages', uid: page.uid)}"
|
||||
title="" class="btn btn-default">
|
||||
<core:icon identifier="actions-document-open"/>
|
||||
bearbeiten
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user