Changeset 1748578
- Timestamp:
- 10/18/2017 11:06:38 AM (8 years ago)
- File:
-
- 1 edited
-
woo-ea/tags/1.0.2/earnbox-for-woocommerce.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-ea/tags/1.0.2/earnbox-for-woocommerce.php
r1748008 r1748578 87 87 ?> 88 88 <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" />' ); ?> 91 92 </div> 92 93 <?php … … 96 97 ?> 97 98 <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> 99 101 </div> 100 102 <?php … … 107 109 ?> 108 110 <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 withEarnBox!' ); ?></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> 110 112 </div> 111 113 <?php … … 187 189 e.preventDefault() 188 190 earnboxLoader.src = loaderPath 189 earnboxLoader. style.marginTop = "10px";191 earnboxLoader.className = "" 190 192 getInviteButton.parentNode.removeChild(getInviteButton) 191 193
Note: See TracChangeset
for help on using the changeset viewer.