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

Diff of /contributions/modules/taxonomy_sifter/taxonomy_sifter.module

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

revision 1.3.2.5 by tbarregren, Sat Nov 15 16:54:05 2008 UTC revision 1.3.2.6 by tbarregren, Sat Nov 15 17:41:08 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: taxonomy_sifter.module,v 1.3.2.4 2008/11/15 15:43:31 tbarregren Exp $  // $Id: taxonomy_sifter.module,v 1.3.2.5 2008/11/15 16:54:05 tbarregren Exp $
4    
5    
6  /**  /**
# Line 65  function taxonomy_sifter_help($section=' Line 65  function taxonomy_sifter_help($section='
65      case 'admin/modules#description':      case 'admin/modules#description':
66        return t('Provides a block with terms which <em>any</em> or <em>all</em> selected must apply to a node for it to be listed when viewing a taxonomy term page, e.g. <code>taxonomy/term/...</code>');        return t('Provides a block with terms which <em>any</em> or <em>all</em> selected must apply to a node for it to be listed when viewing a taxonomy term page, e.g. <code>taxonomy/term/...</code>');
67      case 'admin/help#taxonomy_sifter':      case 'admin/help#taxonomy_sifter':
68        return t('<a href="http://drupal.org/project/taxonomy_sifter">Taxonomy Sifter</a> provides a block where the user can select terms that will automatically be combined with the terms in every request of the form <code>taxonomy/term/...</code> for the duration of their session. The selected terms are combined with the same operator already used in the request. If no operator is used, that is a single term is given, the sifter uses the operator given in the module\'s settings. The vocabularies of the terms presented in the sifter block is also configurable. For further documentation, see the <a href="http://drupal.org/node/22273">handbook</a>.');        return t('<p><a href="http://drupal.org/project/taxonomy_sifter">Taxonomy Sifter</a> provides a block where the user can select terms that will automatically be combined with the terms in every request of the form <code>taxonomy/term/...</code> for the duration of their session. The selected terms are combined with the same operator already used in the request. If no operator is used, that is a single term is given, the sifter uses the operator given in the module\'s settings. The vocabularies of the terms presented in the sifter block is also configurable. For further documentation, see the <a href="http://drupal.org/node/22273">handbook</a>.</p>');
69    }    }
70  }  }
71    

Legend:
Removed from v.1.3.2.5  
changed lines
  Added in v.1.3.2.6

  ViewVC Help
Powered by ViewVC 1.1.3