mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-17 08:58:42 +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>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<td><?= $this->getHtml('Type', 'News') ?>
|
<td><?= $this->getHtml('Type', 'News') ?>
|
||||||
<td><?= $this->getHtml('Title', 'News') ?>
|
<td class="wf-100"><?= $this->getHtml('Title', 'News') ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($newsList as $key => $news) : $count++;
|
<?php $count = 0; foreach ($newsList as $key => $news) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());
|
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user