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

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

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

revision 1.2.2.5, Wed May 20 20:47:57 2009 UTC revision 1.2.2.6, Wed May 20 20:52:55 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: jq.admin.inc,v 1.2.2.4 2008/10/01 02:02:09 aaron Exp $  // $Id: jq.admin.inc,v 1.2.2.5 2009/05/20 20:47:57 aaron Exp $
3    
4  /**  /**
5   *  The administration form. Allows an administrator to turn off specific plugins   *  The administration form. Allows an administrator to turn off specific plugins
# Line 30  function jq_settings_form() { Line 30  function jq_settings_form() {
30        '#type' => 'fieldset',        '#type' => 'fieldset',
31        '#title' => $plugin['name'],        '#title' => $plugin['name'],
32        '#collapsible' => TRUE,        '#collapsible' => TRUE,
       '#collapsed' => TRUE,  
33      );      );
34      $form['jq']['jq_allow_'. $key .'_fieldset']['jq_allow_'. $key] = array(      $form['jq']['jq_allow_'. $key .'_fieldset']['jq_allow_'. $key] = array(
35        '#type' => 'checkbox',        '#type' => 'checkbox',

Legend:
Removed from v.1.2.2.5  
changed lines
  Added in v.1.2.2.6

  ViewVC Help
Powered by ViewVC 1.1.2