Remove "Remind Me" buttons.
This commit is contained in:
parent
db2ade9da0
commit
9ffaf26f1d
|
@ -49,8 +49,6 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
|
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
|
||||||
|
|
||||||
<p><a class="btn" href="#">Påminn meg</a>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -50,8 +50,6 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
|
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
|
||||||
|
|
||||||
<p><a class="btn" href="#">Påminn meg</a>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -51,8 +51,6 @@ $agenda = new \pvv\side\Agenda([
|
||||||
<?php $description = $event->getDescription(); ?>
|
<?php $description = $event->getDescription(); ?>
|
||||||
<?php if ($limit) array_splice($description, $limit); ?>
|
<?php if ($limit) array_splice($description, $limit); ?>
|
||||||
<?= implode($description, "</p>\n<p>") ?>
|
<?= implode($description, "</p>\n<p>") ?>
|
||||||
|
|
||||||
<p><a class="btn" href="#">Påminn meg</a>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<?php if (!$limit || $limit > 4) {$limit = 4;} else $limit = 2; ?>
|
<?php if (!$limit || $limit > 4) {$limit = 4;} else $limit = 2; ?>
|
||||||
|
|
|
@ -51,8 +51,6 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
|
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
|
||||||
|
|
||||||
<p><a class="btn" href="#">Påminn meg</a>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -50,8 +50,6 @@ $agenda = new \pvv\side\Agenda([
|
||||||
<?php $description = $event->getDescription(); ?>
|
<?php $description = $event->getDescription(); ?>
|
||||||
<?php if ($limit) array_splice($description, $limit); ?>
|
<?php if ($limit) array_splice($description, $limit); ?>
|
||||||
<?= implode($description, "</p>\n<p>") ?>
|
<?= implode($description, "</p>\n<p>") ?>
|
||||||
|
|
||||||
<p><a class="btn" href="#">Påminn meg</a>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<?php if (!$limit || $limit > 4) {$limit = 4;} else $limit = 2; ?>
|
<?php if (!$limit || $limit > 4) {$limit = 4;} else $limit = 2; ?>
|
||||||
|
|
Loading…
Reference in New Issue