From 077b97eac46989cfc7aadc14f3c4974fb31473b3 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 19:54:37 -0700 Subject: the app menu takes form --- view/tpl/apps.tpl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'view/tpl/apps.tpl') diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl index 335e0ca97..4a5ddfbcb 100755 --- a/view/tpl/apps.tpl +++ b/view/tpl/apps.tpl @@ -1,7 +1,11 @@

{{$title}}

- +{{foreach $apps as $ap}} +
+ +
{{$ap.name}}
+
+
+{{/foreach}} +
+ -- cgit v1.2.3 From 659714956ccce13b7055d5bf265be07cf4b79cfa Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 20:58:26 -0700 Subject: add hover tips - except we need a way to translate the things --- view/tpl/apps.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/apps.tpl') diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl index 4a5ddfbcb..02a6bd047 100755 --- a/view/tpl/apps.tpl +++ b/view/tpl/apps.tpl @@ -2,7 +2,7 @@ {{foreach $apps as $ap}} -- cgit v1.2.3 From 059b6cd411e7034bd6b1b6de02dc34984259bd11 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 May 2014 15:30:22 -0700 Subject: add randprof app and do away with the universally hated chanview-iframe mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix. --- view/tpl/apps.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/apps.tpl') diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl index 02a6bd047..d8e538cb7 100755 --- a/view/tpl/apps.tpl +++ b/view/tpl/apps.tpl @@ -2,7 +2,7 @@ {{foreach $apps as $ap}} -- cgit v1.2.3