mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:27:03 +02:00
webui code cleanup
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
|
||||
<h4><?php print $text_add_new_group; ?></h4>
|
||||
|
||||
<?php if(isset($errorstring)){ ?><p class="loginfailed"><?php print $text_error; ?>: <?php print $errorstring; ?></p><?php } ?>
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
<?php if(isset($errorstring)){ ?><p class="loginfailed"><?php print $text_error; ?>: <?php print $errorstring; ?></p><?php } ?>
|
||||
|
||||
<?php if(isset($group)) { ?>
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
|
||||
<h4><?php print $text_add_new_user_alias; ?></h4>
|
||||
|
||||
<?php if(isset($errorstring)){ ?><p class="loginfailed"><?php print $text_error; ?>: <?php print $errorstring; ?></p><?php } ?>
|
||||
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
||||
<div class="domaincell"><?php print $text_group_membership; ?>:</div>
|
||||
<div class="domaincell">
|
||||
<?php foreach ($user['group_membership'] as $_group_uid) { ?>
|
||||
<?php $a = preg_split("/\s/", $this->model_user_user->getEmailsByUid($_group_uid)); print $a[0]; ?></br />
|
||||
<?php $a = preg_split("/\s/", $this->model_user_user->get_emails_by_uid($_group_uid)); print $a[0]; ?></br />
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user