/[drupal]/contributions/modules/contaxe/contaxe.module
ViewVC logotype

Diff of /contributions/modules/contaxe/contaxe.module

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

revision 1.13, Wed Feb 27 18:51:55 2008 UTC revision 1.14, Thu Feb 28 09:59:14 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contaxe.module,v 1.12 2008/02/27 13:13:10 salgar Exp $  // $Id: contaxe.module,v 1.13 2008/02/27 18:51:55 salgar Exp $
3    
4  /*  /*
5    http://drupal.org/project/jquery_update    http://drupal.org/project/jquery_update
# Line 677  EOT; Line 677  EOT;
677        '#type' => 'sortable',        '#type' => 'sortable',
678        '#items' => contaxe_sortable(true, variable_get('contaxe_highlighter_active', array())),        '#items' => contaxe_sortable(true, variable_get('contaxe_highlighter_active', array())),
679        '#inner_id' => 'rules',        '#inner_id' => 'rules',
 //      '#DANGEROUS_SKIP_CHECK' => true,  
680        '#options' => array(        '#options' => array(
681          'helperclass' => 'sortable-helper',          'helperclass' => 'sortable-helper',
682          'handle' => 'span.contaxe-handle',          'handle' => 'span.contaxe-handle',
# Line 694  EOT; Line 693  EOT;
693        '#type' => 'sortable',        '#type' => 'sortable',
694        '#items' => contaxe_sortable(false, variable_get('contaxe_highlighter_active', array())),        '#items' => contaxe_sortable(false, variable_get('contaxe_highlighter_active', array())),
695        '#inner_id' => 'rules',        '#inner_id' => 'rules',
 //      '#DANGEROUS_SKIP_CHECK' => true,  
696        '#options' => array(        '#options' => array(
697          'helperclass' => 'sortable-helper',          'helperclass' => 'sortable-helper',
698          'handle' => 'span.contaxe-handle',          'handle' => 'span.contaxe-handle',

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2