From b6efee8079ac67da5e72c281c3a9cacf047d7fd8 Mon Sep 17 00:00:00 2001 From: Volker E Date: Sat, 4 Apr 2015 02:07:05 +0200 Subject: [PATCH] fixing #15396 accessibility of table#userlist --- settings/templates/users/part.userlist.php | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php index 4346920e43a..57aa6768843 100644 --- a/settings/templates/users/part.userlist.php +++ b/settings/templates/users/part.userlist.php @@ -2,20 +2,20 @@ - + - t('Username'))?> - t( 'Full Name' )); ?> - t( 'Password' )); ?> - t( 'Email' )); ?> - t( 'Groups' )); ?> + t('Username'))?> + t( 'Full Name' )); ?> + t( 'Password' )); ?> + t( 'Email' )); ?> + t( 'Groups' )); ?> - t('Group Admin for')); ?> + t('Group Admin for')); ?> - t('Quota')); ?> - t('Storage Location')); ?> - t('User Backend')); ?> - t('Last Login')); ?> + t('Quota')); ?> + t('Storage Location')); ?> + t('User Backend')); ?> + t('Last Login')); ?>   @@ -25,7 +25,7 @@
- + <?php p($l->t(" title="t("change full name"))?>"/> -- 2.39.5