Author: jablko
Date: Thu Sep 17 16:58:03 2009
New Revision: 3397
Log:
Add hidden fields to actor, information object, and repository forms
Modified:
trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
trunk/apps/qubit/modules/repository/templates/editIsdiahSuccess.php
Modified: trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php Thu Sep
17 16:54:39 2009 (r3396)
+++ trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php Thu Sep
17 16:58:03 2009 (r3397)
@@ -14,6 +14,8 @@
<?php echo $form->renderFormTag(url_for(array('module' => 'actor', 'action'
=> 'create')), array('id' => 'editForm')) ?>
<?php endif; ?>
+ <?php echo $form->renderHiddenFields() ?>
+
<?php echo input_hidden_tag('repositoryReroute', $repositoryReroute) ?>
<?php echo input_hidden_tag('informationObjectReroute',
$informationObjectReroute) ?>
Modified: trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
Thu Sep 17 16:54:39 2009 (r3396)
+++ trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
Thu Sep 17 16:58:03 2009 (r3397)
@@ -10,6 +10,8 @@
<?php echo $form->renderFormTag(url_for(array('module' =>
'informationobject', 'action' => 'create')), array('id' => 'editForm')) ?>
<?php endif; ?>
+ <?php echo $form->renderHiddenFields() ?>
+
<div class="formHeader">
<?php echo render_title(QubitDc::getLabel($informationObject)) ?>
</div>
Modified:
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Thu Sep 17 16:54:39 2009 (r3396)
+++ trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Thu Sep 17 16:58:03 2009 (r3397)
@@ -8,6 +8,9 @@
<?php else: ?>
<?php echo $form->renderFormTag(url_for(array('module' =>
'informationobject', 'action' => 'create')), array('id' => 'editForm')) ?>
<?php endif; ?>
+
+ <?php echo $form->renderHiddenFields() ?>
+
<?php echo input_hidden_tag('collection_type_id',
QubitTerm::ARCHIVAL_MATERIAL_ID) ?>
<div class="formHeader">
Modified:
trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Thu Sep 17 16:54:39 2009 (r3396)
+++ trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Thu Sep 17 16:58:03 2009 (r3397)
@@ -10,6 +10,8 @@
<?php echo $form->renderFormTag(url_for(array('module' =>
'informationobject', 'action' => 'create')), array('id' => 'editForm')) ?>
<?php endif; ?>
+ <?php echo $form->renderHiddenFields() ?>
+
<?php echo input_hidden_tag('collection_type_id',
QubitTerm::PUBLISHED_MATERIAL_ID) ?>
<div class="formHeader">
Modified:
trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
Thu Sep 17 16:54:39 2009 (r3396)
+++ trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
Thu Sep 17 16:58:03 2009 (r3397)
@@ -8,6 +8,9 @@
<?php else: ?>
<?php echo $form->renderFormTag(url_for(array('module' =>
'informationobject', 'action' => 'create')), array('id' => 'editForm')) ?>
<?php endif; ?>
+
+ <?php echo $form->renderHiddenFields() ?>
+
<?php echo input_hidden_tag('collection_type_id',
QubitTerm::ARCHIVAL_MATERIAL_ID) ?>
<div class="formHeader">
Modified: trunk/apps/qubit/modules/repository/templates/editIsdiahSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/editIsdiahSuccess.php Thu Sep
17 16:54:39 2009 (r3396)
+++ trunk/apps/qubit/modules/repository/templates/editIsdiahSuccess.php Thu Sep
17 16:58:03 2009 (r3397)
@@ -8,6 +8,8 @@
<?php echo $form->renderFormTag(url_for(array('module' => 'repository',
'action' => 'create'))) ?>
<?php endif; ?>
+ <?php echo $form->renderHiddenFields() ?>
+
<div class="formHeader">
<?php echo render_title($repository) ?>
</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
-~----------~----~----~----~------~----~------~--~---