From 4901ef8faf743fd7fef97fc75a1c727804bf3df5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 5 Apr 2014 02:32:07 -0700 Subject: provide the ability for rpost to post as another of your channels. This does not yet work, so the functionality has not been enabled. --- view/tpl/channel_id_select.tpl | 7 +++++++ view/tpl/jot.tpl | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 view/tpl/channel_id_select.tpl (limited to 'view/tpl') diff --git a/view/tpl/channel_id_select.tpl b/view/tpl/channel_id_select.tpl new file mode 100644 index 000000000..ecebd4bc0 --- /dev/null +++ b/view/tpl/channel_id_select.tpl @@ -0,0 +1,7 @@ +{{if $channels}} + +{{/if}} \ No newline at end of file diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index eea586ceb..5f79b4d88 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -13,7 +13,11 @@ {{$mimeselect}} {{$layoutselect}} - + {{if $id_select}} +
+ {{$id_seltext}} {{$id_select}} +
+ {{/if}}
-- cgit v1.2.3