From aff33531acfdee5b21a96bb1723ae656be13ce91 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 2 Sep 2012 20:30:47 -0700 Subject: channel/identity selection manage page --- view/tpl/channel.tpl | 7 +++++-- view/tpl/channels.tpl | 7 ++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'view') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index a18c4c1bb..eb9635ce8 100644 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -1,2 +1,5 @@ -$channel.name -
$channel.name
+
+$channel.entity_name +
$channel.entity_name
+
+
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index bfff3964f..50366efa6 100644 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -1,6 +1,5 @@

$header

-
$desc
{{ if $links }} {{ for $links as $l }} @@ -8,12 +7,10 @@ {{ endfor }} {{ endif }} -
{{ inc channel.tpl with $chn = $active }}
-
$act_desc
- +
$desc
{{ for $all_channels as $chn }} -{{ inc channel.tpl with $channel = $chn }} +{{ inc channel.tpl with $channel=$chn }}{{ endinc }} {{ endfor }}
-- cgit v1.2.3