mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-09 23:18:41 +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'];
|
||||
$mediaPath = \urldecode($this->getData('path') ?? '/');
|
||||
|
||||
$previous = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&id=' . \reset($surveys)->id . '&ptype=p';
|
||||
$next = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&id=' . \end($surveys)->id . '&ptype=n';
|
||||
$previous = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&offset=' . \reset($surveys)->id . '&ptype=p';
|
||||
$next = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&offset=' . \end($surveys)->id . '&ptype=n';
|
||||
|
||||
echo $this->data['nav']->render(); ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user