mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-12 15:58:41 +00:00
adj. frontend uri handling of query/fragment
This commit is contained in:
parent
4e8a7a44a6
commit
1eb6f55fa5
|
|
@ -24,17 +24,14 @@ echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="portlet">
|
||||||
|
<div class="portlet-head"><?= $this->getHtml('Events'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||||
<table class="default">
|
<table class="default">
|
||||||
<caption><?= $this->getHtml('Events'); ?><i class="fa fa-download floatRight download btn"></i></caption>
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wf-100"><?= $this->getHtml('Title') ?>
|
<td class="wf-100"><?= $this->getHtml('Title') ?>
|
||||||
<td><?= $this->getHtml('Start') ?>
|
<td><?= $this->getHtml('Start') ?>
|
||||||
<td><?= $this->getHtml('End') ?>
|
<td><?= $this->getHtml('End') ?>
|
||||||
<tfoot>
|
|
||||||
<tr>
|
|
||||||
<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('{/prefix}eventmanagement/profile?{?}&id=' . $value->getId());?>
|
$url = \phpOMS\Uri\UriFactory::build('{/prefix}eventmanagement/profile?{?}&id=' . $value->getId());?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user