Author: jablko
Date: Thu Sep 17 15:57:13 2009
New Revision: 3387
Log:
Cosmetic change, indentation
Modified:
trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Thu Sep 17 15:47:44 2009 (r3386)
+++ trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Thu Sep 17 15:57:13 2009 (r3387)
@@ -4,11 +4,11 @@
<div class="pageTitle"><?php echo __('edit resource metadata - MODS') ?></div>
- <?php if (isset($sf_request->id)): ?>
+<?php if (isset($sf_request->id)): ?>
<?php echo $form->renderFormTag(url_for(array('module' =>
'informationobject', 'action' => 'edit', 'id' => $sf_request->id)), array('id'
=> 'editForm')) ?>
- <?php else: ?>
+<?php else: ?>
<?php echo $form->renderFormTag(url_for(array('module' =>
'informationobject', 'action' => 'create')), array('id' => 'editForm')) ?>
- <?php endif; ?>
+<?php endif; ?>
<?php echo input_hidden_tag('collection_type_id',
QubitTerm::PUBLISHED_MATERIAL_ID) ?>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---