mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-10 15:38:40 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
3646f6405f
commit
2827a2877e
|
|
@ -29,8 +29,8 @@ $accountDir = $account->id . ' ' . $account->login;
|
||||||
$collections = $this->data['collections'];
|
$collections = $this->data['collections'];
|
||||||
$mediaPath = \urldecode($this->getData('path') ?? '/');
|
$mediaPath = \urldecode($this->getData('path') ?? '/');
|
||||||
|
|
||||||
$previous = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&id=' . \reset($surveys)->id . '&ptype=p';
|
$previous = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&offset=' . \reset($surveys)->id . '&ptype=p';
|
||||||
$next = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&id=' . \end($surveys)->id . '&ptype=n';
|
$next = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&offset=' . \end($surveys)->id . '&ptype=n';
|
||||||
|
|
||||||
echo $this->data['nav']->render(); ?>
|
echo $this->data['nav']->render(); ?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user