Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
97e4d9b5
Commit
97e4d9b5
authored
Oct 17, 2018
by
Côme Chilliet
Browse files
🚑
fix(simpleManagement) Adapt templates so that non-migrated management looks alright
issue
#5912
parent
fd74d822
Changes
3
Hide whitespace changes
Inline
Side-by-side
ihtml/themes/breezy/simple-filter.tpl
View file @
97e4d9b5
...
...
@@ -5,7 +5,9 @@
<div
class=
"contentboxb"
>
{
if
isset
(
$objectFilters
)
}
{
foreach
from
=
$objectFilters
item
=
"ofilter"
}
{
$
{
$ofilter.id
}}
<label
for=
"
{
$ofilter.id
}
"
>
{
$ofilter.label
}
</label><br/>
<label
for=
"
{
$ofilter.id
}
"
>
{
$
{
$ofilter.id
}}
{
$ofilter.label
}
</label>
{/
foreach
}
{/
if
}
...
...
@@ -13,7 +15,10 @@
{
$SCOPE
}
<hr/>
<label
for=
"NAME"
title=
"
{
$NAMEDESC
}
"
><img
src=
"geticon.php?context=actions&icon=system-search&size=16"
alt=
"Search"
/></label>
{
$NAME
}
<label
for=
"NAME"
title=
"
{
$NAMEDESC
}
"
>
<img
src=
"geticon.php?context=actions&icon=system-search&size=16"
alt=
"Search"
/>
{
$NAME
}
</label>
<div>
{
$APPLY
}
...
...
include/class_filter.inc
View file @
97e4d9b5
...
...
@@ -326,7 +326,7 @@ class filter
function
renderScope
()
{
$checked
=
(
$this
->
scope
==
'sub'
?
' checked'
:
''
);
return
"<input type='checkbox' id='SCOPE' name='SCOPE' value='1' onClick='document.mainform.submit();'
$checked
>
<LABEL for='SCOPE'>
"
.
_
(
"Search in subtrees"
)
.
"</LABEL>"
;
return
"<
LABEL for='SCOPE'><
input type='checkbox' id='SCOPE' name='SCOPE' value='1' onClick='document.mainform.submit();'
$checked
> "
.
_
(
"Search in subtrees"
)
.
"</LABEL>"
;
}
/*!
...
...
include/select/groupSelect/group-filter.tpl
View file @
97e4d9b5
...
...
@@ -3,15 +3,15 @@
</div>
<div
class=
"contentboxb"
>
{
$PRIMARY
}
<label
for=
"PRIMARY"
>
{
t
}
Show primary groups
{/
t
}
</label><br/>
{
$SAMBA
}
<label
for=
"SAMBA"
>
{
t
}
Show samba groups
{/
t
}
</label><br/>
{
$MAIL
}
<label
for=
"MAIL"
>
{
t
}
Show mail groups
{/
t
}
</label><br/>
<label
for=
"PRIMARY"
>
{
$PRIMARY
}
{
t
}
Show primary groups
{/
t
}
</label><br/>
<label
for=
"SAMBA"
>
{
$SAMBA
}
{
t
}
Show samba groups
{/
t
}
</label><br/>
<label
for=
"MAIL"
>
{
$MAIL
}
{
t
}
Show mail groups
{/
t
}
</label><br/>
<hr/>
{
$SCOPE
}
<hr/>
<label
for=
"NAME"
><img
src=
"geticon.php?context=actions&icon=system-search&size=16"
/></label>
{
$NAME
}
<label
for=
"NAME"
><img
src=
"geticon.php?context=actions&icon=system-search&size=16"
/>
{
$NAME
}
</label>
<div>
{
$APPLY
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment