/[drupal]/contributions/modules/taxonomy_image/taxonomy_image.admin.inc
ViewVC logotype

Diff of /contributions/modules/taxonomy_image/taxonomy_image.admin.inc

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

revision 1.1.2.9, Tue Feb 17 02:45:04 2009 UTC revision 1.1.2.10, Fri Apr 17 15:54:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_image.admin.inc,v 1.1.2.8 2009/02/13 22:50:32 nancyw Exp $  // $Id: taxonomy_image.admin.inc,v 1.1.2.9 2009/02/17 02:45:04 nancyw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 74  function taxonomy_image_admin_form() { Line 74  function taxonomy_image_admin_form() {
74      '#maxlength' => 255,      '#maxlength' => 255,
75      );      );
76    
77      $form['general']['taxonomy_image_verbose_delete'] = array(
78        '#type' => 'checkbox',
79        '#title' => t('Show all delete messages'),
80        '#default_value' => variable_get('taxonomy_image_verbose_delete', FALSE),
81        '#description' => t('When a term or image is deleted, this option displays that the image is deleted from this module, the files table, and the disk.'),
82        );
83    
84    $form['resizing'] = array(    $form['resizing'] = array(
85      '#type' => 'fieldset',      '#type' => 'fieldset',
86      '#title' => t('Resizing Options'),      '#title' => t('Resizing Options'),

Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

  ViewVC Help
Powered by ViewVC 1.1.2