mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-11 17:18:42 +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;
|
||||
|
||||
$previous = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&id=' . \reset($docs)->id . '&ptype=p';
|
||||
$next = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&id=' . \end($docs)->id . '&ptype=n';
|
||||
$previous = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&offset=' . \reset($docs)->id . '&ptype=p';
|
||||
$next = empty($docs) ? '{/base}/editor/list' : '{/base}/editor/list?{?}&offset=' . \end($docs)->id . '&ptype=n';
|
||||
|
||||
$docs = $this->data['docs'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user