From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/tpl/connection_template.tpl | 48 ---------------------------------------- 1 file changed, 48 deletions(-) delete mode 100755 view/tpl/connection_template.tpl (limited to 'view/tpl/connection_template.tpl') diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl deleted file mode 100755 index 16915abda..000000000 --- a/view/tpl/connection_template.tpl +++ /dev/null @@ -1,48 +0,0 @@ -
-
-
- {{if $contact.approve && $contact.ignore}} -
- - - {{$contact.ignore}} - - {{/if}} - {{$contact.delete}} - - {{if $contact.approve}} -
- {{/if}} -
-

{{if $contact.public_forum}} {{/if}}{{$contact.name}}{{if $contact.phone}} {{/if}}

-
-
-
- {{$contact.name}} -
-
- {{if $contact.status}} -
- {{$contact.status_label}}: {{$contact.status}} -
- {{/if}} - {{if $contact.connected}} -
- {{$contact.connected_label}}: -
- {{/if}} - {{if $contact.webbie}} -
- {{$contact.webbie_label}}: {{$contact.webbie}} -
- {{/if}} - {{if $contact.network}} -
- {{$contact.network_label}}: {{$contact.network}} - {{$contact.recent_label}} -
- {{/if}} -
- -
-
- -- cgit v1.2.3 From 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 12:46:50 -0700 Subject: Revert "move theme specific files to theme dir" This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. --- view/tpl/connection_template.tpl | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100755 view/tpl/connection_template.tpl (limited to 'view/tpl/connection_template.tpl') diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl new file mode 100755 index 000000000..16915abda --- /dev/null +++ b/view/tpl/connection_template.tpl @@ -0,0 +1,48 @@ +
+
+
+ {{if $contact.approve && $contact.ignore}} +
+ + + {{$contact.ignore}} + + {{/if}} + {{$contact.delete}} + + {{if $contact.approve}} +
+ {{/if}} +
+

{{if $contact.public_forum}} {{/if}}{{$contact.name}}{{if $contact.phone}} {{/if}}

+
+
+
+ {{$contact.name}} +
+
+ {{if $contact.status}} +
+ {{$contact.status_label}}: {{$contact.status}} +
+ {{/if}} + {{if $contact.connected}} +
+ {{$contact.connected_label}}: +
+ {{/if}} + {{if $contact.webbie}} +
+ {{$contact.webbie_label}}: {{$contact.webbie}} +
+ {{/if}} + {{if $contact.network}} +
+ {{$contact.network_label}}: {{$contact.network}} - {{$contact.recent_label}} +
+ {{/if}} +
+ +
+
+ -- cgit v1.2.3 From 7f982a07781f09756d852f423bba37dc11abf2a5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 25 Jun 2017 20:03:26 -0700 Subject: minor usability enhancements with the connections list - label the edit icon so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs. --- view/tpl/connection_template.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/connection_template.tpl') diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 16915abda..8e49c9e27 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -8,8 +8,8 @@ {{$contact.ignore}} {{/if}} - {{$contact.delete}} - + {{$contact.delete}} + {{$contact.edit}} {{if $contact.approve}} {{/if}} -- cgit v1.2.3