Plugin Directory

Changeset 1748578


Ignore:
Timestamp:
10/18/2017 11:06:38 AM (8 years ago)
Author:
nickvdberg
Message:

Update admin walkthrough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-ea/tags/1.0.2/earnbox-for-woocommerce.php

    r1748008 r1748578  
    8787        ?>
    8888        <div class="updated notice is-dismissible">
    89             <p><?php _e( '<b>You\'ve installed EarnBox successfully!</b><br/>Now enter your <b>API key</b> and <b>Secret key</b> into the corresponding fields.<br/><hr/>Don\'t have an API or Secret key? Generate one by clicking on the "Generate keys" button.<span id="get-earnbox-invite"><br/><br/><button class="button-primary">Generate keys</button></span>
    90          <p id="earnbox-success-msg" class="hidden"></p><img id="earnbox-loader" />' ); ?></p>
     89            <?php _e( '<p><b>You\'ve installed EarnBox successfully!</b><br/>Now enter your <b>API key</b> and <b>Secret key</b> into the corresponding fields.</p><hr/>
     90            <p id="earnbox-success-msg">Don\'t have an API or Secret key? Generate one by clicking on the "Generate keys" button.<span id="get-earnbox-invite"><br/>
     91            <button style="margin-top: 10px;" class="button-primary">Generate keys</button><br/></span></p><img id="earnbox-loader" style="margin-top: 10px; margin-bottom: 10px;" class="hidden" />' ); ?>
    9192        </div>
    9293        <?php
     
    9697        ?>
    9798        <div class="updated notice is-dismissible">
    98             <p><?php _e( '<b>You\'ve installed EarnBox successfully!</b><br/>Now enter your <b>API key</b> and <b>Secret key</b> into the corresponding fields.<br/><hr/><b>We\'ve invited you to join EarnBox! Please check your email.</b>' ); ?></p>
     99            <p><?php _e( '<b>You\'ve installed EarnBox successfully!</b><br/>Now enter your <b>API key</b> and <b>Secret key</b> into the corresponding fields.<br/><hr/>
     100            <b>We\'ve invited you to join EarnBox! Please check your email.</b>' ); ?></p>
    99101        </div>
    100102        <?php
     
    107109   ?>
    108110   <div class="updated notice is-dismissible">
    109      <p><?php _e( 'Done! To see EarnBox in action, go to your webshop, add something to your cart and view your checkout page.<br/>Your customers will now be able to pay with EarnBox!' ); ?></p>
     111     <p><?php _e( 'Done! To see EarnBox in action, go to your webshop, add something to your cart and view your checkout page.<br/>Your customers will now be able to use EarnBox!' ); ?></p>
    110112   </div>
    111113   <?php
     
    187189                 e.preventDefault()
    188190                 earnboxLoader.src = loaderPath
    189                  earnboxLoader.style.marginTop = "10px";
     191                 earnboxLoader.className = ""
    190192                 getInviteButton.parentNode.removeChild(getInviteButton)
    191193
Note: See TracChangeset for help on using the changeset viewer.