3 releasenote.html - Tutorial Extension Release Note HTML
5 @package SellerDeck Extensions
8 @copyright © SellerDeck Ltd 2015. All rights reserved.
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" />
20 <div id="sde-help-content">
22 <h2>SellerDeck Tutorial Extension</h2>
24 <h3>Current version</h3>
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>
31 <p>No further instructions.</p>
41 <div class="copyright">
42 © SellerDeck 2015/2016 All Rights Reserved.
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()"/>
51 <script language="javascript">
52 if (window.location.hash.substr(1) == 'help')
54 document.getElementById('sde-dialog-buttons').style.visibility = 'visible';
58 document.getElementById('sde-dialog-buttons').style.visibility = 'hidden';