/[drupal]/contributions/modules/views/handlers/views_handler_argument.inc
ViewVC logotype

Diff of /contributions/modules/views/handlers/views_handler_argument.inc

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

revision 1.7.2.2, Fri Jun 26 00:23:37 2009 UTC revision 1.7.2.3, Tue Nov 10 23:20:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views_handler_argument.inc,v 1.7.2.1 2009/06/02 19:38:29 merlinofchaos Exp $  // $Id: views_handler_argument.inc,v 1.7.2.2 2009/06/26 00:23:37 merlinofchaos Exp $
3    
4  /**  /**
5   * @defgroup views_argument_handlers Handlers for arguments   * @defgroup views_argument_handlers Handlers for arguments
# Line 121  class views_handler_argument extends vie Line 121  class views_handler_argument extends vie
121        '#default_value' => $this->options['title'],        '#default_value' => $this->options['title'],
122        '#description' => t('The title to use when this argument is present. It will override the title of the view and titles from previous arguments. You can use percent substitution here to replace with argument titles. Use "%1" for the first argument, "%2" for the second, etc.'),        '#description' => t('The title to use when this argument is present. It will override the title of the view and titles from previous arguments. You can use percent substitution here to replace with argument titles. Use "%1" for the first argument, "%2" for the second, etc.'),
123      );      );
124    
125      $form['breadcrumb'] = array(      $form['breadcrumb'] = array(
126        '#prefix' => '<div class="clear-block">',        '#prefix' => '<div class="clear-block">',
127        '#suffix' => '</div>',        '#suffix' => '</div>',
# Line 714  class views_handler_argument extends vie Line 714  class views_handler_argument extends vie
714      if (isset($this->argument)) {      if (isset($this->argument)) {
715        return $this->argument;        return $this->argument;
716      }      }
717    
718      // Otherwise, we have to pretend to process ourself to find the value.      // Otherwise, we have to pretend to process ourself to find the value.
719      $value = NULL;      $value = NULL;
720      // Find the position of this argument within the view.      // Find the position of this argument within the view.

Legend:
Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3

  ViewVC Help
Powered by ViewVC 1.1.2