PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 113
Lasso Lite – Affiliate Link Manager & Product Displays v113
158 157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 All 57 releases
← All changes | admin/views/settings/amazon.php +3 -3 116113 View file →
@@ -46,9 +46,9 @@
46 46 <p>Enter your primary tracking ID and make sure your international accounts are connected with OneLink. It'll automatically send visitors to their local store.</p>
47 47
48 48 <div class="form-group mb-4">
49 49 <label><strong>Tracking ID for This Site</strong></label>
50 - <input type="text" name="amazon_tracking_id" id="amazon_tracking_id" class="form-control<?php echo $tracking_id_class; ?>" value="<?php echo esc_html( $amazon_tracking_id ) ?>" placeholder="tracking-20">
50 + <input type="text" name="amazon_tracking_id" id="amazon_tracking_id" class="form-control<?php echo $tracking_id_class; ?>" value="<?php echo $amazon_tracking_id ?>" placeholder="tracking-20">
51 51 <div id="tracking-id-invalid-msg" class="red<?php echo $tracking_id_invalid_class; ?>">This is an invalid Tracking ID</div>
52 52 </div>
53 53 <div class="form-group">
54 54 <label class="toggle m-0 mr-1 lasso-lite-disabled no-hint">
@@ -105,14 +105,14 @@
105 105 </div>
106 106
107 107 <div class="form-group mb-4">
108 108 <label><strong>Access Key ID</strong></label>
109 - <input type="text" name="amazon_access_key_id" id="amazon_access_key_id" class="form-control" value="<?php echo esc_html( $amazon_access_key_id ) ?>" placeholder="Access Key ID">
109 + <input type="text" name="amazon_access_key_id" id="amazon_access_key_id" class="form-control" value="<?php echo $amazon_access_key_id ?>" placeholder="Access Key ID">
110 110 </div>
111 111
112 112 <div class="form-group mb-4">
113 113 <label><strong>Secret Key</strong></label>
114 - <input type="text" name="amazon_secret_key" id="amazon_secret_key" class="form-control" value="<?php echo esc_html( $amazon_secret_key ) ?>" placeholder="Secret Key">
114 + <input type="text" name="amazon_secret_key" id="amazon_secret_key" class="form-control" value="<?php echo $amazon_secret_key ?>" placeholder="Secret Key">
115 115 </div>
116 116 </section>
117 117
118 118 <div class="form-group">