style(legacy): format (#2039)

This commit is contained in:
Jonas L 2022-08-10 13:38:19 +02:00 committed by GitHub
parent 7082c9693d
commit 1550d44ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
122 changed files with 18369 additions and 15819 deletions

View file

@ -7,7 +7,7 @@
<div class="button-holder">
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-button-text-icon-primary btn">
<span class="ui-icon ui-icon-plusthick"></span>
<span class="ui-button-text"><?php echo _("New User")?></span>
<span class="ui-button-text"><?php echo _("New User") ?></span>
</button>
</div>
@ -16,9 +16,9 @@
<tr>
<th><?php echo _("id") ?></th>
<th><?php echo _("Username") ?></th>
<th><?php echo _("First Name")?></th>
<th><?php echo _("Last Name")?></th>
<th><?php echo _("User Type")?></th>
<th><?php echo _("First Name") ?></th>
<th><?php echo _("Last Name") ?></th>
<th><?php echo _("User Type") ?></th>
<th>&nbsp;</th>
</tr>
</thead>

View file

@ -1,4 +1,4 @@
<div class="prefpanel clearfix padded-strong edit-current-user">
<?php echo $this->successMessage ?>
<?php echo $this->form?>
<?php echo $this->successMessage ?>
<?php echo $this->form ?>
</div>

View file

@ -1,3 +1,2 @@
<?php
echo $this->entries;
?>
echo $this->entries;

View file

@ -1,3 +1,2 @@
<?php
echo $this->entries;
?>