summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63e1726)
raw | patch | inline | side by side (parent: 63e1726)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Oct 2010 09:59:06 +0000 (09:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Oct 2010 09:59:06 +0000 (09:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20152 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/class_group.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc
index 6fb72ccb3bd870434973dda8e55e76fd20a4ac8b..9462e6556bb1100f8b869671392eb62fdb0a38c7 100644 (file)
$this->memberList->setEditable(false);
$this->memberList->setWidth("100%");
$this->memberList->setHeight("300px");
- $this->memberList->setHeader(array('~',_("Given name"),_("Surename"),_("UID")));
+ $this->memberList->setHeader(array('~',_("Given name"),_("Surname"),_("UID")));
$this->memberList->setColspecs(array('20px','*','*','*','20px'));
$this->memberList->setDefaultSortColumn(1);
$this->commonList->setEditable(false);
$this->commonList->setWidth("100%");
$this->commonList->setHeight("120px");
- $this->commonList->setHeader(array('~',_("Given name"),_("Surename"),_("UID")));
+ $this->commonList->setHeader(array('~',_("Given name"),_("Surname"),_("UID")));
$this->commonList->setColspecs(array('20px','*','*','*','20px'));
$this->commonList->setDefaultSortColumn(1);
$this->partialList->setEditable(false);
$this->partialList->setWidth("100%");
$this->partialList->setHeight("120px");
- $this->partialList->setHeader(array('~',_("Given name"),_("Surename"),_("UID")));
+ $this->partialList->setHeader(array('~',_("Given name"),_("Surname"),_("UID")));
$this->partialList->setColspecs(array('20px','*','*','*','20px'));
$this->partialList->setDefaultSortColumn(1);
}