From 8c87f32b381ec0be066cdd0e6ca4fe50079bbd16 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 29 Nov 2016 18:41:34 -0800 Subject: This isn't the most elegant solution as it requires a bit of arcane knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a §ion= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'. --- view/tpl/abook_edit.tpl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 12ec879a9..2e02de33b 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -21,10 +21,10 @@ {{if $abook_prev || $abook_next}}
{{if $abook_prev}} - + {{/if}} {{if $abook_next}} - + {{/if}}
{{/if}} @@ -63,6 +63,7 @@
+
{{if $notself}} @@ -96,7 +97,7 @@
-
+
{{if $slide}}
{{$lbl_slider}}
@@ -127,7 +128,7 @@
-
+
{{include file="field_textarea.tpl" field=$incl}} {{include file="field_textarea.tpl" field=$excl}} @@ -181,7 +182,7 @@
{{/if}} -
+
{{if $notself}}{{$permnote}}{{/if}} -- cgit v1.2.3