Author: sevein
Date: Fri Aug 19 11:06:01 2011
New Revision: 9544

Log:
Change order and show country as a single-value select box

Modified:
   trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php

Modified: 
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php
==============================================================================
--- 
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php   
    Fri Aug 19 11:05:19 2011        (r9543)
+++ 
trunk/plugins/qtAccessionPlugin/modules/accession/templates/_relatedDonor.php   
    Fri Aug 19 11:06:01 2011        (r9544)
@@ -98,6 +98,8 @@
 
         <legend><?php echo __('Primary contact information') ?></legend>
 
+        <?php echo $form->contactPerson->renderRow() ?>
+
         <?php echo $form->streetAddress->renderRow() ?>
 
         <?php echo $form->region
@@ -106,7 +108,7 @@
 
         <?php echo $form->countryCode
           ->label(__('Country'))
-          ->renderRow(array('class' => 'form-autocomplete')) ?>
+          ->renderRow() ?>
 
         <?php echo $form->postalCode->renderRow() ?>
 
@@ -114,8 +116,6 @@
 
         <?php echo $form->email->renderRow() ?>
 
-        <?php echo $form->contactPerson->renderRow() ?>
-
       </fieldset>
 
     </div>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to