Author: jablko
Date: Tue Oct  6 09:19:00 2009
New Revision: 3675

Log:
Restore repository field to ISAD template, lost in revision 3658, fixes issue 
1048

Modified:
   trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php

Modified: 
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php    
Tue Oct  6 00:02:39 2009        (r3674)
+++ trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php    
Tue Oct  6 09:19:00 2009        (r3675)
@@ -98,6 +98,12 @@
       <?php echo $form->creators->render(array('class' => 
'form-autocomplete')) ?>
       <?php echo $form->creators->help(__('Record the name of the 
organization(s) or the individual(s) responsible for the creation, accumulation 
and maintenance of the records in the unit of description. The name should 
given in the standardized form as prescribed by international or national 
conventions in accordance with the principles of ISAAR(CPF).'))->renderHelp() ?>
       <input class="add" type="hidden" value="<?php echo 
url_for(array('module' => 'actor', 'action' => 'create')) ?> 
#authorized_form_of_name"/>
+      <input class="list" type="hidden" value="<?php echo 
url_for(array('module' => 'actor', 'action' => 'autocomplete')) ?>"/>
+    </div>
+
+    <div class="form-item">
+      <?php echo $form->repository->renderLabel() ?>
+      <?php echo $form->repository->render(array('class' => 
'form-autocomplete')) ?>
       <input class="add" type="hidden" value="<?php echo 
url_for(array('module' => 'repository', 'action' => 'create')) ?> 
#authorized_form_of_name"/>
       <input class="list" type="hidden" value="<?php echo 
url_for($repoAcParams) ?>"/>
     </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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to