Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
fc482c04
Commit
fc482c04
authored
9 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
Cleaned HTML and CSS for simpleManagement filter
Conflicts: html/themes/default/lists.css
parent
6535cba6
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
fusiondirectory-1.3.1
fusiondirectory-1.3
fusiondirectory-1.2.3
fusiondirectory-1.2.2
fusiondirectory-1.2.1
fusiondirectory-1.2
fusiondirectory-1.1.1
fusiondirectory-1.1
fusiondirectory-1.0.20
fusiondirectory-1.0.19
fusiondirectory-1.0.18
fusiondirectory-1.0.17
fusiondirectory-1.0.16
fusiondirectory-1.0.15
fusiondirectory-1.0.14
fusiondirectory-1.0.13
fusiondirectory-1.0.12
fusiondirectory-1.0.11
fusiondirectory-1.0.10
fusiondirectory-1.0.9.3
fusiondirectory-1.0.9.2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
html/themes/default/style.css
+17
-1
html/themes/default/style.css
ihtml/themes/default/simple-filter.tpl
+7
-24
ihtml/themes/default/simple-filter.tpl
with
24 additions
and
25 deletions
+24
-25
html/themes/default/style.css
+
17
−
1
View file @
fc482c04
...
...
@@ -270,7 +270,7 @@ vertical-align:middle;
width
:
auto
;
}
p
.contentboxh
{
div
.contentboxh
>
p
{
margin
:
2px
;
font-family
:
arial
,
helvetica
,
sans-serif
;
font-size
:
16px
;
...
...
@@ -293,6 +293,22 @@ div.contentboxb > div {
display
:
inline-block
;
margin
:
1px
;
}
.filter
div
.contentboxb
>
div
{
width
:
100%
;
background
:
#EEEEEE
;
border-top
:
1px
solid
#B0B0B0
;
text-align
:
right
;
margin
:
0
;
padding
:
3px
;
box-sizing
:
border-box
;
}
.filter
div
.contentboxb
>
label
img
{
vertical-align
:
middle
;
padding
:
3px
;
}
.filter
div
.contentboxb
>
hr
{
margin-bottom
:
3px
;
}
div
.contentboxb
>
img
,
div
.contentboxb
>
input
{
display
:
inline-block
;
margin
:
3px
;
...
...
This diff is collapsed.
Click to expand it.
ihtml/themes/default/simple-filter.tpl
+
7
−
24
View file @
fc482c04
<div
class=
"contentboxh"
>
<p
class=
"contentboxh"
>
{
t
}
Filter
{/
t
}
</p>
<p>
{
t
}
Filter
{/
t
}
</p>
</div>
<div
class=
"contentboxb"
>
...
...
@@ -9,28 +7,13 @@
{
$
{
$ofilter.id
}}
<label
for=
"
{
$ofilter.id
}
"
>
{
$ofilter.label
}
</label><br/>
{/
foreach
}
<div
style=
"display:block;width=100%;border-top:1px solid #AAAAAA;"
></div>
<hr/>
{
$SCOPE
}
<hr/>
{
$SCOP
E
}
<label
for=
"NAME"
><img
src=
"geticon.php?context=actions&icon=system-search&size=16"
/></label>
{
$NAM
E
}
<table
style=
"width:100%;border-top:1px solid #B0B0B0;"
>
<tr>
<td>
<label
for=
"NAME"
>
<img
src=
"geticon.php?context=actions&icon=system-search&size=16"
/>
{
t
}
Name
{/
t
}
</label>
</td>
<td>
{
$NAME
}
</td>
</tr>
</table>
<table
width=
"100%"
style=
"background:#EEEEEE;border-top:1px solid #B0B0B0;"
>
<tr>
<td
style=
"width:100%;text-align:right;"
>
<div>
{
$APPLY
}
</td>
</tr>
</table>
</div>
</div>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets