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

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

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

revision 1.1.2.6, Tue Mar 24 14:25:36 2009 UTC revision 1.1.2.7, Mon Jun 1 09:43:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: thickbox.admin.inc,v 1.1.2.5 2008/12/01 05:28:59 frjo Exp $  // $Id: thickbox.admin.inc,v 1.1.2.6 2009/03/24 14:25:36 frjo Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 81  function thickbox_admin_settings() { Line 81  function thickbox_admin_settings() {
81    );    );
82    $form['thickbox_advanced_settings']['thickbox_ie_css'] = array(    $form['thickbox_advanced_settings']['thickbox_ie_css'] = array(
83      '#type' => 'checkbox',      '#type' => 'checkbox',
84      '#title' => t('Do not include special CSS for Internet Explorer.'),      '#title' => t('Do not include special CSS for Internet Explorer'),
85      '#default_value' => variable_get('thickbox_ie_css', 0),      '#default_value' => variable_get('thickbox_ie_css', 0),
86      '#description' => t('If you have added the Thickbox IE CSS to you themes IE CSS file or simply do not need it you can check this box.'),      '#description' => t('If you have added the Thickbox IE CSS to you themes IE CSS file or simply do not need it you can check this box.'),
87    );    );

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2