style(legacy): format (#2039)
This commit is contained in:
parent
7082c9693d
commit
1550d44ac5
122 changed files with 18369 additions and 15819 deletions
|
@ -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> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
<?php
|
||||
echo $this->entries;
|
||||
?>
|
||||
echo $this->entries;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
<?php
|
||||
echo $this->entries;
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue