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

Diff of /contributions/modules/z3950/z3950.module

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

revision 1.2.2.7, Sun Sep 2 11:27:37 2007 UTC revision 1.2.2.8, Sat Sep 8 11:50:39 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: z3950.module,v 1.2.2.6 2007/09/02 11:27:16 douggreen Exp $ */  /* $Id: z3950.module,v 1.2.2.7 2007/09/02 11:27:37 douggreen Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 344  function z3950_form_alter($form_id, &$fo Line 344  function z3950_form_alter($form_id, &$fo
344      }      }
345    
346      // add help text to the basic form      // add help text to the basic form
347      $form['basic']['#description'] = t('enter the z39.50 search query.  You may use the CCL qualifiers au (or author) and ti (or title).  For example, <i>author:buber, martin</i> or <i>au:buber and ti:thou</i> are valid searches (<A HREF="@url">see also</A>).', array('@url' => 'http://www.indexdata.dk/yaz/doc/tools.tkl#CCL'));      $form['basic']['#description'] = t('enter the z39.50 search query.  You may use the CCL qualifiers au (or author) and ti (or title).  For example, <i>author:buber, martin</i> or <i>au:buber and ti:thou</i> are valid searches (<a href="@url">see also</a>).', array('@url' => 'http://www.indexdata.dk/yaz/doc/tools.tkl#CCL'));
348    
349      // add advanced form      // add advanced form
350      // @TODO      // @TODO

Legend:
Removed from v.1.2.2.7  
changed lines
  Added in v.1.2.2.8

  ViewVC Help
Powered by ViewVC 1.1.2