File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 16
16
[
17
17
'id ' => 'root.home ' ,
18
18
'url ' => 'home ' ,
19
+ 'title ' => 'Web Setup Wizard ' ,
19
20
'templateUrl ' => "$ base/home " ,
20
21
'header ' => 'Home ' ,
21
22
'nav ' => false ,
27
28
'id ' => 'root.update ' ,
28
29
'url ' => 'component-grid ' ,
29
30
'templateUrl ' => "$ base/component-grid " ,
30
- 'title ' => " Component Manager " ,
31
+ 'title ' => ' Component Manager ' ,
31
32
'controller ' => 'componentGridController ' ,
32
33
'nav ' => false ,
33
34
'noMenu ' => true ,
49
50
'id ' => 'root.upgrade ' ,
50
51
'url ' => 'select-version ' ,
51
52
'templateUrl ' => "$ base/select-version " ,
52
- 'title ' => 'Select Version ' ,
53
+ 'title ' => 'System Upgrade ' ,
53
54
'controller ' => 'selectVersionController ' ,
54
55
'header ' => 'Step 1: Select Version ' ,
55
56
'order ' => 1 ,
Original file line number Diff line number Diff line change 13
13
<head>
14
14
<meta charset="utf-8">
15
15
<meta name="viewport" content="width=device-width, initial-scale=1">
16
+ <title>{{$state.current.title}}</title>
16
17
<?php echo $ this ->headLink ()
17
18
->appendStylesheet ($ this ->basePath () . '/pub/styles/setup.css ' );
18
19
?>
67
68
href="<?php echo $ this ->basePath () ?> /pub/images/favicon/favicon-16x16.png"
68
69
sizes="16x16">
69
70
<?php echo $ this ->inlineScript () ?>
71
+ <style>
72
+ a.white-space-pre-line {
73
+ white-space: pre-line;
74
+ }
75
+ </style>
70
76
</head>
71
77
<body>
72
78
<?php echo $ this ->content ; ?>
Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <head>
11
- <title>{{$state.current.title}}</title>
12
- <style>
13
- a.white-space-pre-line {
14
- white-space: pre-line;
15
- }
16
- </style>
17
-
18
- </head>
19
-
20
10
21
11
<nav ng-controller="navigationController" id="menu" class="nav ng-scope show"
22
12
ng-hide="$state.current.noMenu || $state.current.main || $state.current.default">
You can’t perform that action at this time.
0 commit comments