Author: jablko
Date: Thu Sep 24 13:22:01 2009
New Revision: 3503

Log:
Use ->renderHiddenFields(), like revision 3397

Modified:
   trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php

Modified: trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php    Thu Sep 
24 13:20:02 2009        (r3502)
+++ trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php    Thu Sep 
24 13:22:01 2009        (r3503)
@@ -5,6 +5,8 @@
 
   <?php echo $form->renderFormTag(url_for(array('module' => 'digitalobject', 
'action' => 'edit', 'id' => $sf_request->id))) ?>
 
+  <?php echo $form->renderHiddenFields() ?>
+
   <?php foreach ($representations as $usageId => $representation): ?>
   <?php if (is_object($representation) && $representation->getId()): ?>
     <?php include_component('digitalobject', 'editRepresentation',
@@ -33,7 +35,7 @@
 
   <?php echo $form->renderFormTag(url_for(array('module' => 'digitalobject', 
'action' => 'create'))) ?>
 
-  <?php echo $form->informationObject ?>
+  <?php echo $form->renderHiddenFields() ?>
 
   <?php echo $form->file->label(__('Select a %1% to upload', array('%1%' => 
sfConfig::get('app_ui_label_digitalobject'))))->renderRow() ?>
 

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