From 6d8214f96bfc8b981fae7c0ffe0cba68206dd86b Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 19 Dec 2014 01:48:47 -0800 Subject: provide link to help for channel permission roles when creating a channel --- view/css/mod_new_channel.css | 4 ++++ view/tpl/new_channel.tpl | 1 + 2 files changed, 5 insertions(+) (limited to 'view') diff --git a/view/css/mod_new_channel.css b/view/css/mod_new_channel.css index 068f4f3a5..397601635 100644 --- a/view/css/mod_new_channel.css +++ b/view/css/mod_new_channel.css @@ -22,6 +22,10 @@ h2 { width: 275px; } +.newchannel-role-morehelp { + float: left; + width: 32px; +} .newchannel-input { float: left; width: 275px; diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index ee07ce1df..241846eb4 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -8,6 +8,7 @@ {{$role_select}} +
{{$questionmark}}
-- cgit v1.2.3