Update groupassigner.php

This commit is contained in:
Robin 2018-04-06 19:44:15 +02:00 committed by GitHub
parent 819480412f
commit fe138bc58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -43,8 +43,8 @@ if(isset($_POST["absenden"])){
$error = "notallowed"; $error = "notallowed";
} }
} }
?>
<?php if($config["groupassigner"] == 1){ ?> if($config["groupassigner"] == 1){ ?>
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-ban" aria-hidden="true"></i> <?php tl($lang["grouppage"]["title"]); ?></h3> <h3 class="panel-title"><i class="fa fa-ban" aria-hidden="true"></i> <?php tl($lang["grouppage"]["title"]); ?></h3>
@ -80,10 +80,7 @@ if(isset($_POST["absenden"])){
</div> </div>
</div> </div>
<?php }?> <?php }
<?php
function getServerGroups() { function getServerGroups() {
} }