From 4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 30 Aug 2012 22:42:51 -0700 Subject: begin channel management (was "manage") page, use term "channel" instead of the vague and hard to explain "identity" --- view/tpl/channel.tpl | 2 ++ view/tpl/channels.tpl | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 view/tpl/channel.tpl create mode 100644 view/tpl/channels.tpl (limited to 'view/tpl') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl new file mode 100644 index 000000000..a18c4c1bb --- /dev/null +++ b/view/tpl/channel.tpl @@ -0,0 +1,2 @@ +$channel.name +
$channel.name
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl new file mode 100644 index 000000000..bfff3964f --- /dev/null +++ b/view/tpl/channels.tpl @@ -0,0 +1,19 @@ +

$header

+ +
$desc
+ +{{ if $links }} +{{ for $links as $l }} +$l.2 +{{ endfor }} +{{ endif }} + +
{{ inc channel.tpl with $chn = $active }}
+
$act_desc
+ + +{{ for $all_channels as $chn }} +{{ inc channel.tpl with $channel = $chn }} +{{ endfor }} + +
-- cgit v1.2.3