| 1 |
<?php |
<?php |
| 2 |
// $Id: whizzywig.settings.inc,v 1.3 2009/10/28 23:46:11 thenicespider Exp $ |
// $Id: whizzywig.settings.inc,v 1.4 2009/10/31 01:43:36 thenicespider Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Settings page callback file for the whizzywig module. |
* Settings page callback file for the whizzywig module. |
| 185 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 186 |
'#title' => t('Default resize height'), |
'#title' => t('Default resize height'), |
| 187 |
'#default_value' => variable_get('whizzywig_file_resize_height', ''), |
'#default_value' => variable_get('whizzywig_file_resize_height', ''), |
| 188 |
'#description' => t("Specify the default height for image resizing.<br><b>NOTE</b>: If you set value for <b>width</b> and leave <b>height</b> as blank then image will be resizing proportional to width size, and vice versa."), |
'#description' => t("Specify the default height for image resizing.<br /><b>NOTE</b>: If you set value for <b>width</b> and leave <b>height</b> as blank then image will be resizing proportional to width size, and vice versa."), |
| 189 |
); |
); |
| 190 |
return system_settings_form($form); |
return system_settings_form($form); |
| 191 |
} |
} |