PluginProbe
Thumbnail Editor / trunk
Thumbnail Editor vtrunk
trunk 1.0.0 1.1.0 1.2.0 2.0.0 2.0.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4
thumbnail-editor / view / admin / settings.php

settings.php in Thumbnail Editor trunk, at view/admin/settings.php

43 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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">&nbsp;</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">&nbsp;</td>
29 </tr>
30 <tr>
31 <td>&nbsp;</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>