mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-01-11 16:48:41 +00:00
bump
This commit is contained in:
parent
425b69f303
commit
a3d280b95a
|
|
@ -73,7 +73,7 @@ class AttributeView extends View
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function __construct(?L11nManager $l11n = null, RequestAbstract $request, ResponseAbstract $response)
|
||||
public function __construct(L11nManager $l11n, RequestAbstract $request, ResponseAbstract $response)
|
||||
{
|
||||
parent::__construct($l11n, $request, $response);
|
||||
$this->setTemplate('/Modules/Attribute/Theme/Backend/Components/attributes');
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ $units = $this->units;
|
|||
<?php endforeach; ?>
|
||||
<?php if ($c === 0) : ?>
|
||||
<tr>
|
||||
<td colspan="5" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user