| 1 |
<table width="100%" border="0" class="ap-table"> |
| 2 |
<tr> |
| 3 |
<td colspan="2"> |
| 4 |
<div class="ap-tabs"> |
| 5 |
<div class="ap-tab"><?php _e('General','wp-easy-poll-afo');?></div> |
| 6 |
</div> |
| 7 |
|
| 8 |
<div class="ap-tabs-content"> |
| 9 |
<div class="ap-tab-content"> |
| 10 |
<form name="f" method="post" action=""> |
| 11 |
<input type="hidden" name="th_edit_option" value="thumb_editor_save_settings" /> |
| 12 |
<?php wp_nonce_field( 'thumb_editor_afo_save_action', 'thumb_editor_afo_save_action_field' ); ?> |
| 13 |
<table width="100%" border="0"> |
| 14 |
<tr> |
| 15 |
<td width="300" valign="top"><strong><?php _e('Disable SRCSET','thumbnail-editor');?></strong></td> |
| 16 |
<td><input type="checkbox" name="thep_disable_srcset" value="Yes" <?php echo ($thep_disable_srcset == 'Yes'?'checked':''); ?>><i><?php _e('Remove srcset from thumbnail images','thumbnail-editor');?></i></td> |
| 17 |
</tr> |
| 18 |
<tr> |
| 19 |
<td colspan="2"> </td> |
| 20 |
</tr> |
| 21 |
<tr> |
| 22 |
<td width="300" valign="top"><strong><?php _e('Disable Width and Height','thumbnail-editor');?></strong></td> |
| 23 |
<td><input type="checkbox" name="thep_disable_wh" value="Yes" <?php echo ($thep_disable_wh == 'Yes'?'checked':''); ?>> |
| 24 |
<i><?php _e('Remove hard coded thumbnail image dimensions','thumbnail-editor');?></i> |
| 25 |
</td> |
| 26 |
</tr> |
| 27 |
<tr> |
| 28 |
<td colspan="2"> </td> |
| 29 |
</tr> |
| 30 |
<tr> |
| 31 |
<td> </td> |
| 32 |
<td><input type="submit" name="submit" value="<?php _e('Save','thumbnail-editor');?>" class="button button-primary button-large button-ap-large" /></td> |
| 33 |
</tr> |
| 34 |
</table> |
| 35 |
</form> |
| 36 |
</div> |
| 37 |
</div> |
| 38 |
</td> |
| 39 |
</tr> |
| 40 |
<tr> |
| 41 |
<td colspan="2"><p>Goto <a href="upload.php"><strong><?php _e('Media Library','thumbnail-editor');?></strong></a> <?php _e('and select','thumbnail-editor');?> <strong><?php _e('Crop Thumbnail','thumbnail-editor');?></strong> <?php _e('link to modify image thumbnails','thumbnail-editor');?></p></td> |
| 42 |
</tr> |
| 43 |
</table> |