diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-10 10:47:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-10 10:47:30 +0100 |
commit | b1c97dfcfd80263f94733d0ec6c357eebc5a57da (patch) | |
tree | e77f52845e6a0859c2e9f0b406c3490253c7adac /view/tpl/chatroom_new.tpl | |
parent | 14d1912115c40c3c905b9a077732c526e0a15ffd (diff) | |
download | volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.tar.gz volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.tar.bz2 volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.zip |
some sed magic on button class names
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r-- | view/tpl/chatroom_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index 1b7e0501a..1497939f6 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -3,7 +3,7 @@ {{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$chat_expire}} <div class="btn-group pull-right"> - <button id="dbtn-acl" class="btn btn-default" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}" onclick="return false;" ><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button> + <button id="dbtn-acl" class="btn btn-outline-secondary" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}" onclick="return false;" ><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button> <button id="dbtn-submit" class="acl-submit btn btn-primary" type="submit" name="submit" value="{{$submit}}" data-formid="chatroom-new-form">{{$submit}}</button> </div> <div class="clear"></div> |