| 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 |
| 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 { |