Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.80 KB | None | 0 0
  1.    <div class="cr-container" id="configurations">
  2.             <div class="tab-content">
  3.                 <a href="<?php echo $userManualUrl ?>" target="_blank" class="cr-button"
  4.                    id="user-manual"><?php echo __('User Manual') ?></a>
  5.                 <h2><?php echo __('Configurations') ?></h2>
  6.                 <p><?php echo __('In order to connect with CleverReach, please enter CleverReach Client ID and Client Secret. How to get CleverReach Client ID and Client Secret please follow instructions in') ?>
  7.                     <a href="<?php echo $userManualUrl ?>" target="_blank"><?php echo __('user manual') ?></a>.</p>
  8.                 <p class="title"><?php echo __('Connection') ?></p>
  9.                 <div>
  10.                     <div>
  11.                         <label for="clientId"><?php echo __('Client ID') ?></label>
  12.                         <input type="text" name="clientId" id="clientId"
  13.                               placeholder="<?php echo __('CleverReach Client ID') ?>">
  14.                         <span class="help-icon"><span><?php echo __('CleverReach rest API client id') ?></span></span>
  15.                     </div>
  16.  
  17.                     <div>
  18.                         <label for="clientSecret"><?php echo __('Client Secret') ?></label>
  19.                         <input type="text" name="clientSecret" id="clientSecret"
  20.                               placeholder="<?php echo __('CleverReach Client Secret') ?>">
  21.                         <span
  22.                            class="help-icon"><span><?php echo __('CleverReach rest API client secret') ?></span></span>
  23.                     </div>
  24.  
  25.                     <button type="button" class="cr-button" id="connect">
  26.                         <span id="connect-loader" class="loader"></span> <?php echo __('Connect') ?>
  27.                     </button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement