[debian-edu-commits] debian-edu/pkg-team/ 01/01: debian/patches: Add 1030_column-header-titles-group-members.patch. Fix column titles in member lists of POSIX groups.

Mike Gabriel sunweaver at debian.org
Wed Oct 4 14:31:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit 185411bf4521a8c8048350860a4e8ffe618e5621
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 4 16:30:47 2017 +0200

    debian/patches: Add 1030_column-header-titles-group-members.patch. Fix column titles in member lists of POSIX groups.
---
 .../patches/1030_column-header-titles-group-members.patch  | 14 ++++++++++++++
 debian/patches/series                                      |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/1030_column-header-titles-group-members.patch b/debian/patches/1030_column-header-titles-group-members.patch
new file mode 100644
index 0000000..8046a4b
--- /dev/null
+++ b/debian/patches/1030_column-header-titles-group-members.patch
@@ -0,0 +1,14 @@
+Description: Fix column titles in member lists of POSIX groups
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/gosa-core/plugins/admin/groups/class_group.inc
++++ b/gosa-core/plugins/admin/groups/class_group.inc
+@@ -207,7 +207,7 @@
+         $this->memberList->setEditable(false);
+         $this->memberList->setWidth("100%");
+         $this->memberList->setHeight("300px");
+-        $this->memberList->setHeader(array('~',_("Given name"),_("Surname"),_("UID")));
++        $this->memberList->setHeader(array('~',_("Surname"),_("Given name"),_("UID")));
+         $this->memberList->setColspecs(array('20px','*','*','*','20px'));
+         $this->memberList->setDefaultSortColumn(1);
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 44c25ad..26c5199 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -34,6 +34,7 @@
 1027_fix-sudo-fqdn.patch
 1028_use-mysqli-instead-of-mysql.patch
 1029_better-whitespace-cleanup-in-genuid.patch
+1030_column-header-titles-group-members.patch
 2001_fix-smarty-location.patch
 2002_fix-template-location.patch
 2003_fix-class-mapping.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git



More information about the debian-edu-commits mailing list