Commit dc14f0fa authored by Markus Bergt's avatar Markus Bergt

added mod and admin btn

parent 0550d85d
...@@ -170,6 +170,8 @@ ...@@ -170,6 +170,8 @@
<input type="text" class="form-control" placeholder="Deine Nachricht..." autofocus> <input type="text" class="form-control" placeholder="Deine Nachricht..." autofocus>
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send"></span> <span class="hidden-xs">Senden</span></button> <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-send"></span> <span class="hidden-xs">Senden</span></button>
<button class="btn btn-warning" type="button">Mod</button>
<button class="btn btn-danger" type="button">Admin</button>
</span> </span>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment