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

Diff of /contributions/modules/pacs/pacs.module

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

revision 1.3.2.3, Wed Apr 11 14:58:27 2007 UTC revision 1.3.2.4, Wed Apr 11 17:15:26 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: pacs.module,v 1.3.2.2 2007/04/10 17:28:26 peterone Exp $  // $Id: pacs.module,v 1.3.2.3 2007/04/11 14:58:27 peterone Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 390  function pacs_tree($nid) { Line 390  function pacs_tree($nid) {
390        $output .= l(t('Cancel'),$url,array('class' => 'button'),'op_cancel=1').t(' or ');        $output .= l(t('Cancel'),$url,array('class' => 'button'),'op_cancel=1').t(' or ');
391        $output .= l(t('Move'),$url,array('class' => 'button'),'op_move=1');        $output .= l(t('Move'),$url,array('class' => 'button'),'op_move=1');
392        $output .= t(        $output .= t(
393          'node <span class="sel">%o </span> under node <span class="sel">%d </span>',          'node <span class="sel">%o </span> under node <span class="sel">%d </span> (select the new parent node)',
394          array('%o' => $_SESSION['pacs_orig']['title'],'%d' => $tree['cur']['title'])          array('%o' => $_SESSION['pacs_orig']['title'],'%d' => $tree['cur']['title'])
395        );        );
396      } else {      } else {

Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

  ViewVC Help
Powered by ViewVC 1.1.2