Changeset 1306177
- Timestamp:
- 12/11/2015 01:41:50 PM (10 years ago)
- Location:
- leadboxer/trunk
- Files:
-
- 2 edited
-
leadboxer.class.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
leadboxer/trunk/leadboxer.class.php
r1224856 r1306177 32 32 public function plugin_admin_add_page() { 33 33 34 add_submenu_page( 'options-general.php', __( "Lead boxer",'leadboxer'),__( "Leadboxer",'leadboxer'), 'manage_options', 'leadboxer', array( $this, 'add_settings' ));34 add_submenu_page( 'options-general.php', __( "LeadBoxer",'leadboxer'),__( "LeadBoxer",'leadboxer'), 'manage_options', 'leadboxer', array( $this, 'add_settings' )); 35 35 36 36 } … … 49 49 <h2>' . __( "LeadBoxer Settings",'leadboxer') . '</h2> 50 50 51 <h4>' . __( "Application information",'leadboxer') . '</h4> 52 <p>Please enter your dataset/account ID name as registered at leadboxer.com.<br> 53 If you have not done so yet, you can register your site for a free trial at <a href="https://www.leadboxer.com?wp">LeadBoxer</a></p> 51 <h4>' . __( "Plugin Configuration",'leadboxer') . '</h4> 52 <p>If you have not done so yet, start by registering for a free trial at <a href="https://www.leadboxer.com?utm_source=wp-plugin">LeadBoxer</a><br> 53 You will receive an email which contains your dataset.<br> 54 To get things setup you need to copy/paste your LeadBoxer dataset ID in the field below and click Save</p> 54 55 55 56 <form action=""> … … 58 59 59 60 <div class="fieldwrap"> 60 <label class="" for="dataset">' . __( "Enter your registered datasethere",'leadboxer') . '</label><br />61 <input type="text" name="dataset" size="80" value="' . $name . '" id="dataset" spellcheck=" true" autocomplete="off" />61 <label class="" for="dataset">' . __( "Enter your dataset id here",'leadboxer') . '</label><br /> 62 <input type="text" name="dataset" size="80" value="' . $name . '" id="dataset" spellcheck="false" autocomplete="off" /> 62 63 </div> 63 64 … … 70 71 71 72 </form> 72 <p>You can verify a succesfull install by visiting the hompage of this wordpress site, then login at <a href="http://product.leadboxer.com">product.leadboxer.com</a>, and go to the leadboard report.<br>73 You should see your self there.</p>73 <p>You can verify a succesfull install by first visiting the homepage of this Wordpress site, then login at <a href="https://product.leadboxer.com?utm_source=wp-plugin">product.leadboxer.com</a><br> 74 You should see your visit there as a first lead.</p> 74 75 75 76 </div>'; -
leadboxer/trunk/readme.txt
r1266613 r1306177 3 3 Tags: leads, lead, generation, capture, sales, form tracking, tracker 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 35 Tested up to: 4.4 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.