channel permission roles

This commit is contained in:
friendica
2014-09-17 21:16:15 -07:00
parent eca420ec96
commit 51d9f0d97a
5 changed files with 46 additions and 9 deletions

View File

@@ -1,13 +1,13 @@
h2 {
margin-left: 15%;
margin-top: 15%;
margin-top: 5%;
}
#newchannel-form {
font-size: 1.4em;
margin-left: 15%;
margin-top: 5%;
margin-top: 20px;
width: 50%;
}

View File

@@ -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>