Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
setup
view
magento
setup
create-backup.phtml
Go to the documentation of this file.
1
<?php
7
?>
8
<div
class
=
"nav-bar-outer-actions"
>
9
<div
class
=
"outer-actions-inner-wrap"
>
10
<div
class
=
"btn-wrap btn-wrap-triangle-right btn-wrap-next"
>
11
<button
12
type=
"button"
13
class
=
"btn btn-prime"
14
ng-click=
"goToStartUpdater()"
15
ng-disabled=
"checkingInProgress()
16
|| (hasErrors && ($state.is('root.create-backup-' + $state.current.type + '.progress')))
17
|| (!nextButtonStatus && ($state.is('root.create-backup-' + $state.current.type)))"
18
>Next</button>
19
</div>
20
<div
class
=
"btn-wrap btn-wrap-triangle-left btn-wrap-prev"
>
21
<button
22
type=
"button"
23
class
=
"btn"
24
ng-click=
"previousState()"
25
ng-disabled=
"checkingInProgress() && !hasErrors"
26
>Back</button>
27
</div>
28
<div
class
=
"btn-wrap btn-wrap-try-again"
29
ng-show=
"$state.is('root.create-backup-' + $state.current.type + '.progress')"
>
30
<button
31
type=
"button"
32
class
=
"btn btn-secondary"
33
ng-click=
"$state.forceReload()"
34
ng-disabled=
"checkingInProgress()"
35
>Try Again</button>
36
</div>
37
</div>
38
</div>
39
40
<h2
class
=
"page-title"
>{{$state.current.header}}</h2>
41
42
<div ng-show=
"$state.is('root.create-backup-' + $state.current.type)"
>
43
<
form
44
novalidate
45
name
=
"backup"
46
role=
"form"
47
>
48
<fieldset
class
=
"form-fieldset"
>
49
<div
class
=
"row form-row"
>
50
<div
class
=
"col-m-3"
>
51
<label
class
=
"form-label"
>
52
Backup Options
53
</label>
54
</div>
55
<div
class
=
"col-m-4"
>
56
<div
class
=
"form-row"
>
57
<input
58
id
=
"optionsCode"
59
class
=
"form-el-checkbox"
60
type=
"checkbox"
61
ng-model=
"backupInfo.options.code"
62
ng-checked=
"backupInfo.options.code"
63
>
64
<label
class
=
"form-label"
for
=
"optionsCode"
>
65
Code
66
</label>
67
</div>
68
<div
class
=
"form-row"
>
69
<input
70
id
=
"optionsMedia"
71
class
=
"form-el-checkbox"
72
type=
"checkbox"
73
ng-model=
"backupInfo.options.media"
74
ng-checked=
"backupInfo.options.media"
75
>
76
<label
class
=
"form-label"
for
=
"optionsMedia"
>
77
Media
78
</label>
79
</div>
80
<div
class
=
"form-row"
>
81
<input
82
id
=
"optionsDb"
83
class
=
"form-el-checkbox"
84
type=
"checkbox"
85
ng-model=
"backupInfo.options.db"
86
ng-checked=
"backupInfo.options.db"
87
>
88
<label
class
=
"form-label"
for
=
"optionsDb"
>
89
Database
90
</label>
91
</div>
92
</div>
93
</div>
94
</fieldset>
95
</
form
>
96
</div>
97
<div ng-show=
"$state.is('root.create-backup-' + $state.current.type) && (backupInfo.options.code
98
|| backupInfo.options.media || backupInfo.options.db)"
class
=
"accent-box"
>
99
<p>Let
's check your disk space availability for taking selected backups, and then create the backups.</p>
100
<button
101
class="btn btn-large btn-prime"
102
ng-click="$state.go('
.progress
')"
103
type="button"
104
>Create Backup</button>
105
</div>
106
<div class="message message-warning" ng-show="optionsSelected()">
107
<span class="message-text">
108
<strong>
109
We noticed you didn’t select anything to back up. We strongly recommend you back up before continuing.
110
</strong>
111
</span>
112
</div>
113
<div ui-view></div>
form
jquery extjs ext tree mage adminhtml form
Definition:
tree.phtml:41
name