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
90094082
Commit
90094082
authored
6 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(core) Small fixes for public form support
issue
#5854
parent
b5c64615
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
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
html/themes/breezy/less/login.less
+1
-0
html/themes/breezy/less/login.less
html/themes/breezy/login.css
+1
-0
html/themes/breezy/login.css
include/class_template.inc
+4
-0
include/class_template.inc
with
6 additions
and
0 deletions
+6
-0
html/themes/breezy/less/login.less
+
1
−
0
View file @
90094082
...
...
@@ -27,6 +27,7 @@ div#window-container {
div#window-div {
min-width: 50%;
margin-top: 100px;
margin-bottom: 30px;
border: 1px solid @border-color-1;
background-color: @background-second-color;
display: inline-block;
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/login.css
+
1
−
0
View file @
90094082
...
...
@@ -25,6 +25,7 @@ div#window-container {
div
#window-div
{
min-width
:
50%
;
margin-top
:
100px
;
margin-bottom
:
30px
;
border
:
1px
solid
#c0c2c3
;
background-color
:
#f3f4f4
;
display
:
inline-block
;
...
...
This diff is collapsed.
Click to expand it.
include/class_template.inc
+
4
−
0
View file @
90094082
...
...
@@ -96,6 +96,10 @@ class template
$this
->
attributes
[
$class
][]
=
$attr
;
}
}
if
(
empty
(
$this
->
attributes
[
$class
])
&&
$tab
->
ignore_account
)
{
// Do not show empty sections for tabs which are not explicitely enabled
unset
(
$this
->
attributes
[
$class
]);
}
}
}
}
...
...
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