Author: sevein
Date: Wed Oct 14 10:25:45 2009
New Revision: 3738
Log:
Fix typo. Close form tag correctly.
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
Wed Oct 14 07:23:06 2009 (r3737)
+++ trunk/apps/qubit/modules/digitalobject/templates/uploadFormSuccess.php
Wed Oct 14 10:25:45 2009 (r3738)
@@ -4,7 +4,7 @@
<?php echo $form->renderFormTag(url_for(array('module' => 'digitalobject',
'action' => 'create'))) ?>
<input type="hidden" name="informationObject" value="<?php echo
$informationObject->id ?>" />
-<div class="form-item"
+<div class="form-item">
<?php echo $form->file->label(__('Select a digital object to
upload'))->renderLabel() ?>
<?php echo $form->file->render() ?>
<span class="note"><?php echo __('max. file size ~%1%', array('%1%' =>
hr_filesize($maxUploadSize))) ?></span>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---