Commit 32021540 authored by Markus Bergt's avatar Markus Bergt

changed submit button

parent 9ec5fa36
......@@ -99,7 +99,7 @@ else{
<span class="input-group-addon hidden-xs"><?php echo $users['name']; ?>:</span>
<input type="text" name="text" class="form-control" placeholder="Deine Nachricht..." autofocus>
<span class="input-group-btn dropup">
<button class="btn btn-default" id="sendMessage" name="chatok" value="btn" type="submit"><span class="glyphicon glyphicon-send" /> <span class="hidden-xs">Senden</span></button>
<input class="btn btn-default" id="sendMessage" name="chatok" value="btn" type="submit"><span class="glyphicon glyphicon-send" /> <span class="hidden-xs">Senden</span></input>
<?php
if($users['admin'] >= 1)
{
......
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