| @@ -176,21 +176,13 @@ | ||
| 176 | 176 | */ |
| 177 | 177 | function pdfprnt_woocommerce_watermark_block() { |
| 178 | 178 | ?> |
| 179 | 179 | <table class="form-table pdfprnt-table-settings"> |
| 180 | - <tr valign="top"> | |
| 181 | - <th><?php esc_html_e( 'Single page in the PDF (Full Page Capture)', 'pdf-print' ); ?></th> | |
| 182 | - <td> | |
| 183 | - <label> | |
| 184 | - <input type="checkbox" disabled="disabled" /> <span class="bws_info"><?php esc_html_e( 'Content will be placed on a single page if its height does not exceed 10000 px.', 'pdf-print' ); ?></span> | |
| 185 | - </label> | |
| 186 | - </td> | |
| 187 | - </tr> | |
| 188 | 180 | <tr id="pdfprnt_remove_written" valign="top"> |
| 189 | 181 | <th><?php esc_html_e( '"Written by" Text', 'pdf-print' ); ?></th> |
| 190 | 182 | <td> |
| 191 | 183 | <label> |
| 192 | - <input type="checkbox" disabled="disabled" /> | |
| 184 | + <input type="checkbox" name="pdfprnt_remove_written" value="1" disabled="disabled" /> | |
| 193 | 185 | <span class="bws_info"><?php esc_html_e( 'Enable to add "Written by" text before an author\'s name.', 'pdf-print' ); ?></span> |
| 194 | 186 | </label> |
| 195 | 187 | </td> |
| 196 | 188 | </tr> |