Author: david
Date: Wed Sep 30 14:08:42 2009
New Revision: 3617

Log:
Cosmetic change - Remove unecessary <br>

Modified:
   trunk/apps/qubit/modules/informationobject/templates/_actions.php

Modified: trunk/apps/qubit/modules/informationobject/templates/_actions.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/_actions.php   Wed Sep 
30 13:55:47 2009        (r3616)
+++ trunk/apps/qubit/modules/informationobject/templates/_actions.php   Wed Sep 
30 14:08:42 2009        (r3617)
@@ -15,7 +15,7 @@
   <?php if (QubitAcl::check($informationObject, QubitAclAction::UPDATE_ID)): ?>
     <li><?php echo link_to(__('Link physical storage'), array('module' => 
'informationobject', 'action' => 'editPhysicalObjects', 'id' => 
$informationObject->id)) ?></li>
   <?php endif; ?>
-  <br /><div class="menu-extra">
+  <div class="menu-extra">
   <?php if (QubitAcl::check(QubitInformationObject::getRoot(), 
QubitAclAction::CREATE_ID)): ?>
     <li><?php echo link_to(__('Add new'), array('module' => 
'informationobject', 'action' => 'create', 'parent' => url_for(array('module' 
=> 'informationobject', 'action' => 'show', 'id' => $informationObject->id))), 
array('title' => __('Add new'))) ?></li>
   <?php endif; ?>

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