mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-14 01:08:43 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
d459371798
commit
330142bf5f
|
|
@ -27,8 +27,8 @@ $account = $this->data['account'];
|
||||||
|
|
||||||
$accountDir = $account->id . ' ' . $account->login;
|
$accountDir = $account->id . ' ' . $account->login;
|
||||||
|
|
||||||
$previous = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&id=' . \reset($docs)->id . '&ptype=p';
|
$previous = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&offset=' . \reset($docs)->id . '&ptype=p';
|
||||||
$next = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&id=' . \end($docs)->id . '&ptype=n';
|
$next = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&offset=' . \end($docs)->id . '&ptype=n';
|
||||||
|
|
||||||
$docs = $this->data['docs'];
|
$docs = $this->data['docs'];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user