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

Diff of /contributions/modules/node_export/node_export.module

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

revision 1.1.2.6, Sat Oct 31 06:18:10 2009 UTC revision 1.1.2.7, Sat Oct 31 06:24:55 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: node_export.module,v 1.1.2.5 2009/10/31 06:11:59 danielb Exp $  // $Id: node_export.module,v 1.1.2.6 2009/10/31 06:18:10 danielb Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 570  function node_export_import_form($form_s Line 570  function node_export_import_form($form_s
570    elseif ($method == 'save-edit') {    elseif ($method == 'save-edit') {
571      $form['#prefix'] .= t('<p>If you are importing a single node, the node will be created and you will then be taken to the node edit page.</p>');      $form['#prefix'] .= t('<p>If you are importing a single node, the node will be created and you will then be taken to the node edit page.</p>');
572    }    }
573    $form['#prefix'] .= t('<p>To change this behaviour, <a href="/admin/settings/node_export">configure the settings</a>.</p>');    $form['#prefix'] .= t("<p>Some node values may be reset during imports depending on Node Export's configuration.</p>");
574      $form['#prefix'] .= t('<p>To change this behaviour, <a href="/admin/settings/node_export">configure Node Export</a>.</p>');
575    
576    $form['upload'] = array(    $form['upload'] = array(
577      '#type' => 'fieldset',      '#type' => 'fieldset',

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2