From 08a4bbb7d0b9c63ec97bb4f74e5842cc3ea8ee77 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 24 Nov 2016 15:08:31 -0800 Subject: prev-next navigation for mod_connedit --- view/tpl/abook_edit.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 835948096..e7e5b928f 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -1,6 +1,16 @@
{{if $notself}} + {{if $abook_prev || $abook_next}} +
+ {{if $abook_prev}} + + {{/if}} + {{if $abook_next}} + + {{/if}} +
+ {{/if}}