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

Diff of /contributions/modules/taxonomy_hide/taxonomy_hide.module

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

revision 1.9.4.2, Mon Oct 27 14:32:21 2008 UTC revision 1.9.4.3, Mon Oct 27 15:07:50 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_hide.module,v 1.9.4.1 2008/05/11 04:38:51 brmassa Exp $  // $Id: taxonomy_hide.module,v 1.9.4.2 2008/10/27 14:32:21 brmassa Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 29  function taxonomy_hide_help($path, $args Line 29  function taxonomy_hide_help($path, $args
29        return t('The taxonomy_hide module allows you to hide and group vocabulary terms in node views.');        return t('The taxonomy_hide module allows you to hide and group vocabulary terms in node views.');
30    
31      case 'admin/help#taxonomy_hide':      case 'admin/help#taxonomy_hide':
32        return t(        return
33          '<p>'. t('The taxonomy_hide module allows you to hide and group vocabulary terms in node views.') .'</p>'.          '<p>'. t('The taxonomy_hide module allows you to hide and group vocabulary terms in node views.') .'</p>'.
34          '<p>'. t('When you view a node, you usually see all vocabulary terms it is associated with. Sometimes, you might want to hide terms of a specific vocabulary. This module allows you to specify the vocabularies whose terms are never displayed in node views.') .'</p>'.          '<p>'. t('When you view a node, you usually see all vocabulary terms it is associated with. Sometimes, you might want to hide terms of a specific vocabulary. This module allows you to specify the vocabularies whose terms are never displayed in node views.') .'</p>'.
35          '<p>'. t('The list of vocabulary terms is usually sorted first by vocabulary weight, and next alphabetically. So terms of different vocabularies with the same weight are mixed. This module allows you to group terms by vocabulary in node views, which means that all terms of one vocabulary are always next to each other.') .'</p>'.          '<p>'. t('The list of vocabulary terms is usually sorted first by vocabulary weight, and next alphabetically. So terms of different vocabularies with the same weight are mixed. This module allows you to group terms by vocabulary in node views, which means that all terms of one vocabulary are always next to each other.') .'</p>'.
36          '<p>'. t('You can') .'</p>'.          '<p>'. t('You can') .'</p>'.
37          '<ul><li>'. t('Specify vocabularies whose terms will be hidden at <a href="@admin">Administer &gt; Site configuration &gt; Taxonomy hide</a>.') .'</li>'.          '<ul><li>'. t('Specify vocabularies whose terms will be hidden at <a href="@admin">Administer &gt; Site configuration &gt; Taxonomy hide</a>.') .'</li>'.
38          '<li>'. t('Enable grouping of vocabulary terms at <a href="@admin">Administer &gt; Site configuration &gt; Taxonomy hide</a>.') .'</li></ul>',          '<li>'. t('Enable grouping of vocabulary terms at <a href="@admin">Administer &gt; Site configuration &gt; Taxonomy hide</a>.', array('@admin' => url('admin/settings/taxonomy_hide'))) .'</li></ul>';
         array('@admin' => url('admin/settings/taxonomy_hide')));  
       break;  
39    }    }
40  }  }
41    

Legend:
Removed from v.1.9.4.2  
changed lines
  Added in v.1.9.4.3

  ViewVC Help
Powered by ViewVC 1.1.2