AdditionalOptions.xtpl
1 month ago
CampaignInfo-Private.xtpl
6 years ago
CampaignInfo-Public.xtpl
6 years ago
CampaignsSettings.xtpl
6 years ago
ClickTrackingSettings.xtpl
6 years ago
ContactForm7Config.xtpl
4 years ago
Debugging.xtpl
1 month ago
EDD.xtpl
4 years ago
GeneralSettings.xtpl
1 month ago
IntegrationsConfig.xtpl
1 month ago
LifterLMSConfig.xtpl
4 years ago
MarketpressConfig.xtpl
6 years ago
MemberPressConfig.xtpl
6 years ago
Membership2Config.xtpl
6 years ago
PMProConfig.xtpl
1 year ago
PPBuyNowButtonConfig.xtpl
6 years ago
RestrictContentProConfig.xtpl
4 years ago
S2MemberConfig.xtpl
6 years ago
SignupSettings.xtpl
1 month ago
SignupSettingsNoSession.xtpl
6 years ago
SimplePayProConfig.xtpl
6 years ago
StripePaymentsConfig.xtpl
6 years ago
SureCartConfig.xtpl
1 year ago
WLMConfig.xtpl
6 years ago
WPEasyCartConfig.xtpl
6 years ago
WPPayFormsConfig.xtpl
5 years ago
WooCommConfig.xtpl
1 year ago
ClickTrackingSettings.xtpl
24 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <h2>Click tracking options</h2> |
| 4 | These options will apply everytime a WordPress page is shown to a visitor |
| 5 | {form.head} |
| 6 | {settings} |
| 7 | <table class="form-table"> |
| 8 | <tr valign="top"> |
| 9 | <td scope="row" valign="middle" style="width: 200px;font-weight:bold">Enable click tracking</td> |
| 10 | <td>{pap-click-tracking-enabled}</td> |
| 11 | <td class="greyNote">Use click tracking code (when checked, Post Affiliate Pro tracking code will be inserted to every WordPress page)</td> |
| 12 | </tr> |
| 13 | <tr valign="top"> |
| 14 | <td scope="row" valign="middle" style="width: 200px;font-weight:bold">Force campaign</td> |
| 15 | <td>{pap-click-tracking-capaign}</td> |
| 16 | <td class="greyNote">Choose a campaign which will be used for all clicks to this wordPress site</td> |
| 17 | </tr> |
| 18 | </table> |
| 19 | <p class="submit"> |
| 20 | {submit} |
| 21 | </p> |
| 22 | {form.tail} |
| 23 | </div> |
| 24 | <!-- END: main --> |