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

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

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

revision 1.1.2.17.2.22, Tue Aug 11 06:56:26 2009 UTC revision 1.1.2.17.2.23, Tue Aug 11 07:41:11 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.21 2009/08/10 13:47:46 mh86 Exp $  // $Id: taxonomy_manager.admin.inc,v 1.1.2.17.2.22 2009/08/11 06:56:26 mh86 Exp $
3    
4  /**  /**
5   *   *
# Line 62  function taxonomy_manager_form(&$form_st Line 62  function taxonomy_manager_form(&$form_st
62    drupal_set_title(t("Taxonomy Manager - %voc_name", array("%voc_name" => $voc->name)));    drupal_set_title(t("Taxonomy Manager - %voc_name", array("%voc_name" => $voc->name)));
63    
64    if (!is_numeric($voc->vid)) {    if (!is_numeric($voc->vid)) {
65      $text = t('No vocabulary with this ID available!. ');      $text = t('No vocabulary with this ID available! Check this <a href="!list">list</a> for available vocabularies or <a href="!create">create</a> a new one', array('!list' => url('admin/content/taxonomy_manager'), '!create' => url('admin/content/taxonomy/add/vocabulary')));
     $text .= t('Check this !link_list for available vocabularies or !link_create a new one', array('!link_list' => l('list', 'admin/content/taxonomy_manager'), '!link_create' => l('create', 'admin/content/taxonomy/add/vocabulary')));  
66      $form['text'] = array(      $form['text'] = array(
67        '#value' => $text,        '#value' => $text,
68      );      );

Legend:
Removed from v.1.1.2.17.2.22  
changed lines
  Added in v.1.1.2.17.2.23

  ViewVC Help
Powered by ViewVC 1.1.2