View | Details | Raw Unified | Return to bug 45231 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-directory-reports/templates/de_DE/users.rml (-1 / +1 lines)
 Lines 89-95    Link Here 
89
89
90
<h3>Mitglied in folgenden Gruppen</h3>
90
<h3>Mitglied in folgenden Gruppen</h3>
91
91
92
<@query module="groups/group" start="groups" next="memberOf" regex="name=^[^(s\-)([a\-)(i\-)(h\-)]" alternative="<para>Der Benutzer ist in keiner weiteren Gruppen enthalten</para>"@>
92
<@query module="groups/group" start="groups" next="memberOf" alternative="<para>Der Benutzer ist in keiner weiteren Gruppen enthalten</para>"@>
93
	<para bulletFontSize="5" bulletText="&#x25cf;"><b><@attribute name="name"@></b> (<@attribute name="description"@>)</para>
93
	<para bulletFontSize="5" bulletText="&#x25cf;"><b><@attribute name="name"@></b> (<@attribute name="description"@>)</para>
94
<@/query@>
94
<@/query@>
95
95
(-)a/management/univention-directory-reports/templates/de_DE/users.tex (-1 / +1 lines)
 Lines 126-132   Relative ID & <@attribute name="sambaRID"@> \\ Link Here 
126
126
127
\section*{Mitglied in folgenden Gruppen}
127
\section*{Mitglied in folgenden Gruppen}
128
128
129
<@query module="groups/group" start="groups" next="memberOf" regex="name=^[^(s\-)([a\-)(i\-)(h\-)]" header="\begin{description}" footer="\end{description}" alternative="Der Benutzer ist in keiner weiteren Gruppen enthalten"@>
129
<@query module="groups/group" start="groups" next="memberOf" header="\begin{description}" footer="\end{description}" alternative="Der Benutzer ist in keiner weiteren Gruppen enthalten"@>
130
  \item[<@attribute name="name"@>] (<@attribute name="description"@>)
130
  \item[<@attribute name="name"@>] (<@attribute name="description"@>)
131
<@/query@>
131
<@/query@>
132
132
(-)a/management/univention-directory-reports/templates/en_US/users.rml (-1 / +1 lines)
 Lines 89-95    Link Here 
89
89
90
<h3>Member of the following groups</h3>
90
<h3>Member of the following groups</h3>
91
91
92
<@query module="groups/group" start="groups" next="memberOf" regex="name=^[^(s\-)([a\-)(i\-)(h\-)]" alternative="<para>The user is not member of any other group</para>"@>
92
<@query module="groups/group" start="groups" next="memberOf" alternative="<para>The user is not member of any other group</para>"@>
93
	<para bulletFontSize="5" bulletText="&#x25cf;"><b><@attribute name="name"@></b> (<@attribute name="description"@>)</para>
93
	<para bulletFontSize="5" bulletText="&#x25cf;"><b><@attribute name="name"@></b> (<@attribute name="description"@>)</para>
94
<@/query@>
94
<@/query@>
95
95
(-)a/management/univention-directory-reports/templates/en_US/users.tex (-1 / +1 lines)
 Lines 126-132   Relative ID & <@attribute name="sambaRID"@> \\ Link Here 
126
126
127
\section*{Member of the following groups}
127
\section*{Member of the following groups}
128
128
129
<@query module="groups/group" start="groups" next="memberOf" regex="name=^[^(s\-)([a\-)(i\-)(h\-)]" header="\begin{description}" footer="\end{description}" alternative="The user is not member of any other group"@>
129
<@query module="groups/group" start="groups" next="memberOf" header="\begin{description}" footer="\end{description}" alternative="The user is not member of any other group"@>
130
  \item[<@attribute name="name"@>] (<@attribute name="description"@>)
130
  \item[<@attribute name="name"@>] (<@attribute name="description"@>)
131
<@/query@>
131
<@/query@>
132
132

Return to bug 45231