Thu Aug 1 16:38:01 CST 2019 Source Update...
This commit is contained in:
		@@ -510,11 +510,11 @@
 | 
			
		||||
        <div class="modal__title-wrap">
 | 
			
		||||
            <span class="light-grey-text">ID: $Item.Num</span>
 | 
			
		||||
            <h3>$Item.Name</h3>
 | 
			
		||||
            <ol class="modal__ol">
 | 
			
		||||
            <ul class="modal__ol">
 | 
			
		||||
                <li class="modal__category dappcategory1">$Item.Category1</li>
 | 
			
		||||
                <li class="modal__category dappcategory2">$Item.Category2</li>
 | 
			
		||||
                <li class="modal__category dappcategory3">$Item.Category3</li>
 | 
			
		||||
            </ol>
 | 
			
		||||
            </ul>
 | 
			
		||||
            <p class="dapp-modal__token-status dapp-modal__token-status--ok">
 | 
			
		||||
                <!--<span class="light-grey-text">Without token generate</span>-->
 | 
			
		||||
                <span class="dapp-modal__ok-token">Token generate</span>
 | 
			
		||||
@@ -524,7 +524,7 @@
 | 
			
		||||
            <img $item.iconpath alt="dApp logo" width="32">
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <p>$Item.Description</p>
 | 
			
		||||
    <p class="dapp_desc">$Item.Description</p>
 | 
			
		||||
    <dl class="modal__def-list def-list">
 | 
			
		||||
        <div class="def-list__item">
 | 
			
		||||
            <dt>Account</dt>
 | 
			
		||||
@@ -628,13 +628,14 @@
 | 
			
		||||
 </section>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<section class="modal dapp-modal" id="idSmartEnter" style="display: none; margin-top: 20px; padding: 20px">
 | 
			
		||||
<section class="modal dapp-modal" id="idSmartEnter" style="display: none; margin-top: -10px; padding: 20px">
 | 
			
		||||
    <h2 class="password-modal__title"><span>Enter number of dapp</span></h2>
 | 
			
		||||
    <p class="password-modal__subtitle">Enter the dapps number that will be added to your account. Attention make sure that you trust this dapp, otherwise you may lose all funds in this account.</p>
 | 
			
		||||
 | 
			
		||||
        <input type="number" class="password-modal__input" placeholder="Dapp number" id="idSmartNum">
 | 
			
		||||
        <a class="btn btn--270 btn--float"  onclick="DoSetSmartLocal()">OK</a>
 | 
			
		||||
        <a class="btn btn--270 btn--float btn--white"  onclick="closeModal()">Cancel</a>
 | 
			
		||||
    <DIV align='center'>
 | 
			
		||||
        <input type="number" class="password-modal__input" placeholder="" id="idSmartNum">
 | 
			
		||||
        <a class="btn btn--270 btn--setdapp"  onclick="DoSetSmartLocal()">OK</a>
 | 
			
		||||
        <a class="btn btn--270 btn--setdapp btn--white"  onclick="closeModal()">Cancel</a>
 | 
			
		||||
    </DIV>
 | 
			
		||||
</section>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user