Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
fd87fc1b
Commit
fd87fc1b
authored
Oct 09, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1835329 Fix upgrade alert message alignment"
parents
c5f96d39
5d483d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
htdocs/theme/raw/templates/header.tpl
htdocs/theme/raw/templates/header.tpl
+7
-3
No files found.
htdocs/theme/raw/templates/header.tpl
View file @
fd87fc1b
...
...
@@ -29,16 +29,20 @@
{/
if
}
{
if
$SITEOUTOFSYNC
}
<div
class=
"site-message alert alert-warning"
role=
"alert"
>
{
str
tag
=
siteoutofsyncfor
section
=
error
arg1
=
$SITEOUTOFSYNC
}
<div
class=
"container"
>
{
str
tag
=
siteoutofsyncfor
section
=
error
arg1
=
$SITEOUTOFSYNC
}
</div>
</div>
{/
if
}
{
if
$SITECLOSED
}
<div
class=
"site-message alert alert-danger"
role=
"alert"
>
{
if
$SITECLOSED
==
'logindisabled'
}{
str
tag
=
siteclosedlogindisabled
section
=
mahara
arg1
=
"`$WWWROOT`admin/upgrade.php"
}{
else
}{
str
tag
=
siteclosed
}{/
if
}
<div
class=
"container"
>
{
if
$SITECLOSED
==
'logindisabled'
}{
str
tag
=
siteclosedlogindisabled
section
=
mahara
arg1
=
"`$WWWROOT`admin/upgrade.php"
}{
else
}{
str
tag
=
siteclosed
}{/
if
}
</div>
</div>
{/
if
}
{
if
$SITETOP
}
<div
id=
"switchwrap"
>
{
$SITETOP
|
safe
}
</div>
<div
id=
"switchwrap"
>
{
$SITETOP
|
safe
}
</div>
{/
if
}
{
if
$USERMASQUERADING
||
!
$PRODUCTIONMODE
||
$SITECLOSED
||
$SITETOP
}
...
...
Write
Preview
Markdown
is supported
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