aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroom_new.tpl
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2014-11-18 12:14:14 -0800
committerHabeas Codice <habeascodice@federated.social>2014-11-18 12:14:14 -0800
commit6413395a76d57960708f17016f04a682b3643aa7 (patch)
tree32ba1c7156f4e7c4bc72dcea384bfedf2d35834c /view/tpl/chatroom_new.tpl
parent6cc906fd1d7226e4db2f546551c14fe04ea815e7 (diff)
parent1d96e165e00ed54df0573bda79c2a274f21aeb16 (diff)
downloadvolse-hubzilla-6413395a76d57960708f17016f04a682b3643aa7.tar.gz
volse-hubzilla-6413395a76d57960708f17016f04a682b3643aa7.tar.bz2
volse-hubzilla-6413395a76d57960708f17016f04a682b3643aa7.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r--view/tpl/chatroom_new.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl
index bb1121924..a559dba54 100644
--- a/view/tpl/chatroom_new.tpl
+++ b/view/tpl/chatroom_new.tpl
@@ -2,12 +2,12 @@
<form action="chat" method="post" >
{{include file="field_input.tpl" field=$name}}
-<button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;" disabled="disabled">{{$permissions}}</button>
+<button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;" >{{$permissions}}</button>
{{$acl}}
<div class="clear"></div>
<br />
<br />
-<input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" disabled="disabled"/>
+<input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" />
</form>