Author: sevein
Date: Thu Dec  3 19:13:39 2009
New Revision: 4082

Log:
Identify upload form tag to make easyer js references.

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

Modified: trunk/apps/qubit/modules/digitalobject/templates/uploadFormSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/uploadFormSuccess.php      
Thu Dec  3 18:32:34 2009        (r4081)
+++ trunk/apps/qubit/modules/digitalobject/templates/uploadFormSuccess.php      
Thu Dec  3 19:13:39 2009        (r4082)
@@ -3,7 +3,7 @@
 <h1><?php echo __('Upload digital objects') ?></h1>
 <div class="headerCell"><?php if (0 < (strlen($label = 
$informationObject->getLabel()))): ?><?php echo $label ?><?php endif; ?></div>
 
-<?php echo $form->renderFormTag(url_for(array('module' => 'digitalobject', 
'action' => 'create'))) ?>
+<?php echo $form->renderFormTag(url_for(array('module' => 'digitalobject', 
'action' => 'create')), array('id' => 'uploadForm')) ?>
 <?php echo $form->renderHiddenFields() ?>
 
 <fieldset class="collapsible">

--

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