/[drupal]/contributions/modules/whizzywig/whizzywig.settings.inc
ViewVC logotype

Diff of /contributions/modules/whizzywig/whizzywig.settings.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Sat Oct 31 01:43:36 2009 UTC revision 1.5, Wed Nov 4 06:21:15 2009 UTC
# Line 1  Line 1 
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.
# Line 185  function whizzywig_settings_file_browser Line 185  function whizzywig_settings_file_browser
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  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2