]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing #15397
authorVolker E <volker.e@temporaer.net>
Sat, 4 Apr 2015 00:11:31 +0000 (02:11 +0200)
committerVolker E <volker.e@temporaer.net>
Sat, 4 Apr 2015 00:11:31 +0000 (02:11 +0200)
settings/templates/users/part.userlist.php

index 57aa6768843378d6e3cc9be6943f97e787249bbf..15b7cb4abd73818617c5d0ad135dd45610282ddd 100644 (file)
@@ -1,17 +1,17 @@
 <table id="userlist" class="hascontrols grid" data-groups="<?php p($_['allGroups']);?>">
        <thead>
                <tr>
-                       <?php if ($_['enableAvatars']): ?>
-                       <th id='headerAvatar' scope="col"></th>
-                       <?php endif; ?>
-                       <th id='headerName' scope="col"><?php p($l->t('Username'))?></th>
+               <?php if ($_['enableAvatars']): ?>
+                       <th id="headerAvatar" scope="col"></th>
+               <?php endif; ?>
+                       <th id="headerName" scope="col"><?php p($l->t('Username'))?></th>
                        <th id="headerDisplayName" scope="col"><?php p($l->t( 'Full Name' )); ?></th>
                        <th id="headerPassword" scope="col"><?php p($l->t( 'Password' )); ?></th>
                        <th class="mailAddress" scope="col"><?php p($l->t( 'Email' )); ?></th>
                        <th id="headerGroups" scope="col"><?php p($l->t( 'Groups' )); ?></th>
-                       <?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
+               <?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
                        <th id="headerSubAdmins" scope="col"><?php p($l->t('Group Admin for')); ?></th>
-                       <?php endif;?>
+               <?php endif;?>
                        <th id="headerQuota" scope="col"><?php p($l->t('Quota')); ?></th>
                        <th class="storageLocation" scope="col"><?php p($l->t('Storage Location')); ?></th>
                        <th class="userBackend" scope="col"><?php p($l->t('User Backend')); ?></th>
@@ -22,9 +22,9 @@
        <tbody>
                <!-- the following <tr> is used as a template for the JS part -->
                <tr style="display:none">
-                       <?php if ($_['enableAvatars']): ?>
-                               <td class="avatar"><div class="avatardiv"></div></td>
-                       <?php endif; ?>
+               <?php if ($_['enableAvatars']): ?>
+                       <td class="avatar"><div class="avatardiv"></div></td>
+               <?php endif; ?>
                        <th class="name" scope="row"></th>
                        <td class="displayName"><span></span> <img class="svg action"
                                src="<?php p(image_path('core', 'actions/rename.svg'))?>"
                                alt="<?php p($l->t('change email address'))?>" title="<?php p($l->t('change email address'))?>"/>
                        </td>
                        <td class="groups"></td>
-                       <?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
-                               <td class="subadmins"></td>
-                       <?php endif;?>
+               <?php if(is_array($_['subadmins']) || $_['subadmins']): ?>
+                       <td class="subadmins"></td>
+               <?php endif;?>
                        <td class="quota">
-                               <select class='quota-user' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
+                               <select class="quota-user" data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
                                        <option value='default'>
                                                <?php p($l->t('Default'));?>
                                        </option>