Make correct column 100% width

This commit is contained in:
Dennis Eichhorn 2018-01-04 19:08:39 +01:00
parent a9d851b292
commit 5528ab5580

View File

@ -24,7 +24,7 @@ $newsList = $this->getData('news');
<tr>
<td>
<td><?= $this->getHtml('Type', 'News') ?>
<td><?= $this->getHtml('Title', 'News') ?>
<td class="wf-100"><?= $this->getHtml('Title', 'News') ?>
<tbody>
<?php $count = 0; foreach ($newsList as $key => $news) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());