+
+ Form->input('targetType', array(
+ 'options' => array('Local', 'External'),
+ 'label' => 'Organisation type',
+ 'style' => 'width:332px;',
+ 'class' => 'mergeUpdate',
+ 'div' => false,
+ ));
+ ?>
+
+
+ Form->input('orgsLocal', array(
+ 'options' => $orgOptions['local'],
+ 'class' => 'input mergeUpdate',
+ 'label' => 'Target Local Organisation',
+ 'style' => 'width:332px;',
+ 'div' => 'orgsLocal',
+ ));
+ ?>
+
+
+ Form->input('orgsExternal', array(
+ 'options' => $orgOptions['external'],
+ 'class' => 'input mergeUpdate',
+ 'label' => 'Target External Organisation',
+ 'style' => 'width:332px;',
+ 'div' => 'orgsExternal'
+ ));
+ ?>
+
+
+
+ Organisation to be merged
+ ID:
+ Name:
+ Uuid:
+ Type:
+
+
+ Organisation to be merged into
+ ID:
+ Name:
+ UUID:
+ Type:
+
+
+ Form->submit('Merge', array('div' => false, 'class' => 'btn btn-primary')); ?>
+