mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-05 11:38:40 +00:00
Make correct column 100% width
This commit is contained in:
parent
a9d851b292
commit
5528ab5580
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user