Author: jablko
Date: Fri Oct  2 16:23:15 2009
New Revision: 3653

Log:
Cosmetic change, add whitespace

Modified:
   trunk/apps/qubit/modules/actor/templates/deleteSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/deleteSuccess.php
   trunk/apps/qubit/modules/physicalobject/templates/deleteSuccess.php
   trunk/apps/qubit/modules/repository/templates/deleteSuccess.php

Modified: trunk/apps/qubit/modules/actor/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/deleteSuccess.php  Fri Oct  2 
16:11:53 2009        (r3652)
+++ trunk/apps/qubit/modules/actor/templates/deleteSuccess.php  Fri Oct  2 
16:23:15 2009        (r3653)
@@ -1,8 +1,10 @@
 <h1><?php echo __('Are you sure you want to delete %1%?', array('%1%' => 
render_title($actor))) ?></h1>
 
 <?php echo $form->renderFormTag(url_for(array('module' => 'actor', 'action' => 
'delete', 'id' => $actor->id)), array('method' => 'delete')) ?>
+
   <ul class="actions">
     <li><?php echo link_to(__('Cancel'), array('module' => 'actor', 'action' 
=> 'show', 'id' => $actor->id)) ?></li>
     <li><?php echo submit_tag(__('Confirm')) ?></li>
   </ul>
+
 </form>

Modified: trunk/apps/qubit/modules/informationobject/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/deleteSuccess.php      
Fri Oct  2 16:11:53 2009        (r3652)
+++ trunk/apps/qubit/modules/informationobject/templates/deleteSuccess.php      
Fri Oct  2 16:23:15 2009        (r3653)
@@ -9,8 +9,10 @@
 <?php endif; ?>
 
 <?php echo $form->renderFormTag(url_for(array('module' => 'informationobject', 
'action' => 'delete', 'id' => $informationObject->id)), array('method' => 
'delete')) ?>
+
   <ul class="actions">
     <li><?php echo link_to(__('Cancel'), array('module' => 
'informationobject', 'action' => 'show', 'id' => $informationObject->id)) 
?></li>
     <li><?php echo submit_tag(__('Confirm')) ?></li>
   </ul>
+
 </form>

Modified: trunk/apps/qubit/modules/physicalobject/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/templates/deleteSuccess.php Fri Oct 
 2 16:11:53 2009        (r3652)
+++ trunk/apps/qubit/modules/physicalobject/templates/deleteSuccess.php Fri Oct 
 2 16:23:15 2009        (r3653)
@@ -9,8 +9,10 @@
 <?php endif; ?>
 
 <?php echo $form->renderFormTag(url_for(array('module' => 'physicalobject', 
'action' => 'delete', 'id' => $physicalObject->id)), array('method' => 
'delete')) ?>
+
   <ul class="actions">
     <li><?php echo link_to(__('Cancel'), array('module' => 'physicalobject', 
'action' => 'edit', 'id' => $physicalObject->id)) ?></li>
     <li><?php echo submit_tag(__('Confirm')) ?></li>
   </ul>
+
 </form>

Modified: trunk/apps/qubit/modules/repository/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/deleteSuccess.php     Fri Oct 
 2 16:11:53 2009        (r3652)
+++ trunk/apps/qubit/modules/repository/templates/deleteSuccess.php     Fri Oct 
 2 16:23:15 2009        (r3653)
@@ -1,8 +1,10 @@
 <h1><?php echo __('Are you sure you want to delete %1%?', array('%1%' => 
render_title($repository))) ?></h1>
 
 <?php echo $form->renderFormTag(url_for(array('module' => 'repository', 
'action' => 'delete', 'id' => $repository->id)), array('method' => 'delete')) ?>
+
   <ul class="actions">
     <li><?php echo link_to(__('Cancel'), array('module' => 'repository', 
'action' => 'show', 'id' => $repository->id)) ?></li>
     <li><?php echo submit_tag(__('Confirm')) ?></li>
   </ul>
+
 </form>

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