mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-14 00:38:41 +00:00
Remove space from end of line
This commit is contained in:
parent
78e6c0ce79
commit
c974340d1a
|
|
@ -61,7 +61,7 @@ class Event
|
||||||
private $media = [];
|
private $media = [];
|
||||||
|
|
||||||
private $progress = 0;
|
private $progress = 0;
|
||||||
|
|
||||||
private $progressType = ProgressType::MANUAL;
|
private $progressType = ProgressType::MANUAL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5">
|
<td colspan="5">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($events as $key => $value) : $count++;
|
<?php $count = 0; foreach ($events as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
||||||
<tr data-href="<?= $url; ?>">
|
<tr data-href="<?= $url; ?>">
|
||||||
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>
|
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user