Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
f8d572f5
Commit
f8d572f5
authored
9 years ago
by
Lukas Reschke
Browse files
Options
Downloads
Plain Diff
Merge pull request #20339 from owncloud/header-not-bold
do not bold heading of update screen
parents
e28daf2b
93f95772
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/templates/update.admin.php
+2
-2
2 additions, 2 deletions
core/templates/update.admin.php
with
2 additions
and
2 deletions
core/templates/update.admin.php
+
2
−
2
View file @
f8d572f5
<div
class=
"update"
data-productname=
"
<?php
p
(
$_
[
'productName'
])
?>
"
data-version=
"
<?php
p
(
$_
[
'version'
])
?>
"
>
<div
class=
"updateOverview"
>
<?php
if
(
$_
[
'isAppsOnlyUpgrade'
])
{
?>
<h2
class=
"title
bold
"
>
<?php
p
(
$l
->
t
(
'App update required'
));
?>
</h2>
<h2
class=
"title"
>
<?php
p
(
$l
->
t
(
'App update required'
));
?>
</h2>
<?php
}
else
{
?>
<h2
class=
"title
bold
"
>
<?php
p
(
$l
->
t
(
'%s will be updated to version %s'
,
<h2
class=
"title"
>
<?php
p
(
$l
->
t
(
'%s will be updated to version %s'
,
array
(
$_
[
'productName'
],
$_
[
'version'
])));
?>
</h2>
<?php
}
?>
<?php
if
(
!
empty
(
$_
[
'appsToUpgrade'
]))
{
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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