@@ -855,12 +855,13 @@ function rich_snippet_dashboard() {
855
855
<form id="aiosrs_advanced_form" method="post">
856
856
<input type="hidden" name="aiosrs_advanced_nonce_field" value=" ' . esc_attr ( wp_create_nonce ( 'aiosrs_advanced_form_action ' ) ) . '" />
857
857
<table class="bsf_metabox">
858
- <tr>
859
- <td>
860
- <input type="checkbox" name="aiosrs_analytics_optin" id="aiosrs_analytics_optin" value="yes" ' . checked ( 'yes ' , get_option ( 'aiosrs_analytics_optin ' , 'no ' ), false ) . ' />
861
- <label for="aiosrs_analytics_optin"> ' . esc_html__ ( 'Enable feature ' , 'rich-snippets ' ) . '</label>
862
- </td>
863
- </tr>
858
+ <tr>
859
+ <td>
860
+ <label for="aiosrs_analytics_optin"> ' . esc_html__ ( 'Enable feature ' , 'rich-snippets ' ) . '</label>
861
+ <div class="bsf-tooltip"><span class="dashicons dashicons-info"></span><span class="bsf-tooltiptext"> ' . esc_html__ ( 'Share anonymous usage data to help improve the plugin. ' , 'rich-snippets ' ) . '</span></div>
862
+ <input style="margin-left:10px;" type="checkbox" name="aiosrs_analytics_optin" id="aiosrs_analytics_optin" value="yes" ' . checked ( 'yes ' , get_option ( 'aiosrs_analytics_optin ' , 'no ' ), false ) . ' />
863
+ </td>
864
+ </tr>
864
865
<tr>
865
866
<td><input type="submit" class="button-primary" name="aiosrs_advanced_submit" value=" ' . esc_html__ ( 'Save ' , 'rich-snippets ' ) . '" /></td>
866
867
</tr>
@@ -899,7 +900,7 @@ function rich_snippet_dashboard() {
899
900
</form>
900
901
</div>
901
902
</div> ' ;
902
- echo '<div id="tab-6">
903
+ '<div id="tab-6">
903
904
<div id="poststuff">
904
905
<div id="postbox-container-18" class="postbox-container">
905
906
<div class="postbox">
@@ -999,7 +1000,7 @@ function rich_snippet_dashboard() {
999
1000
jQuery("#postbox-container-9").css("width","35%");
1000
1001
jQuery("#postbox-container-10").css("width","35%");
1001
1002
jQuery("#postbox-container-11").css({"width":"87%","padding-right":"2%"});
1002
- jQuery("#postbox-container-18").css("width","35%" );
1003
+ jQuery("#postbox-container-18").css({ "width":"87%"} );
1003
1004
jQuery(".postbox h3").click( function() {
1004
1005
jQuery(jQuery(this).parent().get(0)).toggleClass("closed");
1005
1006
});
0 commit comments