aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroom_new.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-08 13:15:52 -0800
committerfriendica <info@friendica.com>2014-11-08 13:15:52 -0800
commit7a8842f4431a875d939722693b73baa99ccf53bc (patch)
treeb3e4d80831b3af3286dfbe620a17d476024986f8 /view/tpl/chatroom_new.tpl
parentadb5cec0d26bc7273a5e514721a1fa2f9124c49a (diff)
parent862f0ff29addc5a764f5544ad64ac5453e818801 (diff)
downloadvolse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.gz
volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.bz2
volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.zip
Merge https://github.com/friendica/red into pending_merge
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 287f95cc0..bb1121924 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 class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
+<button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;" disabled="disabled">{{$permissions}}</button>
{{$acl}}
<div class="clear"></div>
<br />
<br />
-<input type="submit" name="submit" value="{{$submit}}" />
+<input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" disabled="disabled"/>
</form>