Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
releasenote.html
1 <!DOCTYPE html>
2 <!--
3 releasenote.html - Tutorial Extension Release Note HTML
4 
5 @package SellerDeck Extensions
6 
7 @author Péter Erdődi
8 @copyright © SellerDeck Ltd 2015. All rights reserved.
9 -->
10 <html>
11  <head>
12  <title>SellerDeck Tutorial Extension - Release Note</title>
13  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
14  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
15  <meta http-equiv="Content-Language" content="en-en" />
16  <meta http-equiv="X-UA-Compatible" content="IE=10">
17  <link href="../../root/assets/css/sde-dialog.css" rel="stylesheet" type="text/css" />
18  </head>
19  <body>
20  <div id="sde-help-content">
21  <h1>Release Note</h1>
22  <h2>SellerDeck Tutorial Extension</h2>
23 
24  <h3>Current version</h3>
25  <p>1.0.0</p>
26 
27  <h3>Functionality</h3>
28  <p>The main tab of the extension has an edit box accepting a product reference. Pressing a 'Lookup' button will show an edit box with the product name. The name can be changed; Pressing an 'Update' button locks the product, changes the database then unlocks the product.</p>
29 
30  <h3>Setting up</h3>
31  <p>No further instructions.</p>
32 
33  <h3>Change log</h3>
34  <ul>
35  <li>
36  <b>1.0.0</b> -
37  First release
38  </li>
39  </ul>
40 
41  <div class="copyright">
42  &copy; SellerDeck 2015/2016 All Rights Reserved.
43  </div>
44  </div>
45  <div id="sde-dialog-buttons">
46  <div class="sde-dialog-buttons-right">
47  <input value="Print" type="button" id="ButtonPrint" class="sde-dialog-button" onClick="javascript:window.print()"/>
48  <input value="Close" type="button" id="ButtonClose" class="sde-dialog-button" onClick="javascript:window.opener.oAboutWindowHandler.fCloseWindow()"/>
49  </div>
50  </div>
51  <script language="javascript">
52  if (window.location.hash.substr(1) == 'help')
53  {
54  document.getElementById('sde-dialog-buttons').style.visibility = 'visible';
55  }
56  else
57  {
58  document.getElementById('sde-dialog-buttons').style.visibility = 'hidden';
59  }
60  </script>
61  </body>
62 </html>