aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/new_channel.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-17 21:16:15 -0700
committerfriendica <info@friendica.com>2014-09-17 21:16:15 -0700
commit51d9f0d97a186e32aeacc42e3b2d2001d04b5dd2 (patch)
tree52cd6eacf0eb3b78edc815fc91be81ae24399d05 /view/tpl/new_channel.tpl
parenteca420ec96912ad573354953297564c9f9ad2c32 (diff)
downloadvolse-hubzilla-51d9f0d97a186e32aeacc42e3b2d2001d04b5dd2.tar.gz
volse-hubzilla-51d9f0d97a186e32aeacc42e3b2d2001d04b5dd2.tar.bz2
volse-hubzilla-51d9f0d97a186e32aeacc42e3b2d2001d04b5dd2.zip
channel permission roles
Diffstat (limited to 'view/tpl/new_channel.tpl')
-rwxr-xr-xview/tpl/new_channel.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl
index 261f965da..b6562f707 100755
--- a/view/tpl/new_channel.tpl
+++ b/view/tpl/new_channel.tpl
@@ -4,6 +4,13 @@
<div id="newchannel-desc" class="descriptive-paragraph">{{$desc}}</div>
+ <div id="newchannel-role-help" class="descriptive-paragraph">{{$help_role}}</div>
+
+ <label for="newchannel-role" id="label-newchannel-role" class="newchannel-label" >{{$label_role}}</label>
+ {{$role_select}}
+ <div id="newchannel-role-end" class="newchannel-field-end"></div>
+
+
<label for="newchannel-name" id="label-newchannel-name" class="newchannel-label" >{{$label_name}}</label>
<input type="text" name="name" id="newchannel-name" class="newchannel-input" value="{{$name}}" />
<div id="newchannel-name-feedback" class="newchannel-feedback"></div>