Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
start-updater.phtml
Go to the documentation of this file.
1 <?php
6 ?>
7 
8 <div class="nav-bar-outer-actions">
9  <div class="outer-actions-inner-wrap">
10  <div class="btn-wrap btn-wrap-triangle-left btn-wrap-prev">
11  <button
12  type="button"
13  class="btn"
14  ng-click="goToPreviousState()"
15  >Back</button>
16  </div>
17  </div>
18 </div>
19 
20 <h2 class="page-title">{{$state.current.header}}</h2>
21 
22 <div class="message message-warning">
23  <span class="message-text">
24  <strong>
25  We will take your store offline to protect shoppers during the duration of the {{type}} activity.
26  </strong>
27  <div ng-show="type == 'upgrade'">
28  Before you start upgrade, you can optionally
29  <a href="http://devdocs.magento.com/guides/v2.1/comp-mgr/trouble/cman/maint-mode.html">
30  configure a custom maintenance page</a> that informs shoppers the store is offline.
31  (Magento provides a default page.)
32  </div>
33  </span>
34 </div>
35 
36 <form
37  novalidate
38  name="start-updater"
39  >
40 
41  <div ng-repeat="package in packages">
42  <div>We're ready to {{type}} {{package.name}}{{package.version ? ' to ' + package.version : ''}}. </div>
43  </div>
44  <br/>
45  <button
46  class="btn btn-large btn-prime"
47  ng-click="update()"
48  type="button"
49  >{{buttonText}}</button>
50  <br/>
51  <div ng-show="started">{{errorMessage}}</div>
52 </form>
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41