diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php index 4346920e43..15b7cb4abd 100644 --- a/settings/templates/users/part.userlist.php +++ b/settings/templates/users/part.userlist.php @@ -1,31 +1,31 @@
- - | t('Username'))?> | -t( 'Full Name' )); ?> | -t( 'Password' )); ?> | -t( 'Email' )); ?> | -t( 'Groups' )); ?> | - -t('Group Admin for')); ?> | - -t('Quota')); ?> | -t('Storage Location')); ?> | -t('User Backend')); ?> | -t('Last Login')); ?> | + ++ + | t('Username'))?> | +t( 'Full Name' )); ?> | +t( 'Password' )); ?> | +t( 'Email' )); ?> | +t( 'Groups' )); ?> | + +t('Group Admin for')); ?> | + +t('Quota')); ?> | +t('Storage Location')); ?> | +t('User Backend')); ?> | +t('Last Login')); ?> |
---|