aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-20 13:37:46 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-20 13:37:46 +0000
commitb0da38c09aa12f186e9413cf34b3eeff92d96b47 (patch)
tree545564851e25e69172070c6d7b83360fedf3937c /view
parent49a4ca9182195c99ace39d1a897c4578bd932d76 (diff)
parent6d8214f96bfc8b981fae7c0ffe0cba68206dd86b (diff)
downloadvolse-hubzilla-b0da38c09aa12f186e9413cf34b3eeff92d96b47.tar.gz
volse-hubzilla-b0da38c09aa12f186e9413cf34b3eeff92d96b47.tar.bz2
volse-hubzilla-b0da38c09aa12f186e9413cf34b3eeff92d96b47.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_new_channel.css4
-rwxr-xr-xview/tpl/new_channel.tpl1
2 files changed, 5 insertions, 0 deletions
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 @@
<label for="newchannel-role" id="label-newchannel-role" class="newchannel-label" >{{$label_role}}</label>
{{$role_select}}
+ <div class="newchannel-role-morehelp"><a href="help/roles" title="{{$what_is_role}}" target="_blank">{{$questionmark}}</a></div>
<div id="newchannel-role-end" class="newchannel-field-end"></div>