@@ -855,12 +855,12 @@ 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 Anonymous Analytics ' , 'rich-snippets ' ) . '</label >
861
+ <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 ) . ' / >
862
+ </td>
863
+ </tr>
864
864
<tr>
865
865
<td><input type="submit" class="button-primary" name="aiosrs_advanced_submit" value=" ' . esc_html__ ( 'Save ' , 'rich-snippets ' ) . '" /></td>
866
866
</tr>
@@ -999,7 +999,7 @@ function rich_snippet_dashboard() {
999
999
jQuery("#postbox-container-9").css("width","35%");
1000
1000
jQuery("#postbox-container-10").css("width","35%");
1001
1001
jQuery("#postbox-container-11").css({"width":"87%","padding-right":"2%"});
1002
- jQuery("#postbox-container-18").css("width","35%" );
1002
+ jQuery("#postbox-container-18").css({ "width":"87%"} );
1003
1003
jQuery(".postbox h3").click( function() {
1004
1004
jQuery(jQuery(this).parent().get(0)).toggleClass("closed");
1005
1005
});
0 commit comments