mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-10 05:48:43 +00:00
Remove space from end of line
This commit is contained in:
parent
4a1aa7468e
commit
e5a1866e97
|
|
@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<td colspan="8">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($clients as $key => $value) : $count++;
|
<?php $count = 0; foreach ($clients as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
||||||
<tr data-href="<?= $url; ?>">
|
<tr data-href="<?= $url; ?>">
|
||||||
<td data-label="<?= $this->getHtml('ID', 0, 0) ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getNumber()); ?></a>
|
<td data-label="<?= $this->getHtml('ID', 0, 0) ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getNumber()); ?></a>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ $client = $this->getData('client');
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<div class="tabular-2">
|
<div class="tabular-2">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user