Author: jablko
Date: Fri Oct 2 16:35:51 2009
New Revision: 3655
Log:
Cosmetic change, drop trailing whitespace
Modified:
trunk/apps/qubit/modules/physicalobject/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/physicalobject/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/templates/editSuccess.php Fri Oct
2 16:30:06 2009 (r3654)
+++ trunk/apps/qubit/modules/physicalobject/templates/editSuccess.php Fri Oct
2 16:35:51 2009 (r3655)
@@ -5,12 +5,12 @@
<?php echo form_tag('physicalobject/update') ?>
<?php echo object_input_hidden_tag($physicalObject, 'getId'); ?>
<?php echo input_hidden_tag('next', $nextAction) ?>
-
+
<div class="formHeader">
<?php echo $physicalObject->getName(array('cultureFallback' => true)); ?>
</div>
-
- <fieldset class="collapsible">
+
+ <fieldset class="collapsible">
<legend><?php echo __('container'); ?></legend>
<div class="form-item">
@@ -28,21 +28,21 @@
<?php endif; ?>
<?php echo object_input_tag($physicalObject, 'getLocation'); ?>
</div>
-
+
<div class="form-item">
<label for="type"><?php echo __('type'); ?></label>
- <?php echo select_tag('typeId',
-
options_for_select(QubitTerm::getIndentedChildTree(QubitTerm::CONTAINER_ID),
+ <?php echo select_tag('typeId',
+
options_for_select(QubitTerm::getIndentedChildTree(QubitTerm::CONTAINER_ID),
$physicalObject->getTypeId(),
array('include_blank'=>true))
); ?>
- </div>
+ </div>
</fieldset>
-
+
<?php if ($relatedInfoObjectCount > 0): ?>
- <fieldset class="collapsible">
+ <fieldset class="collapsible">
<legend><?php echo __('contains',
array('%1%'=>sfConfig::get('app_ui_label_informationobject'))); ?></legend>
-
+
<div class="form-item">
<table class="inline">
<thead><td class="headerCell"><span class="capitalize"><?php echo
__('title'); ?></span></thead>
@@ -55,11 +55,11 @@
</div>
</fieldset>
<?php endif; ?>
-
+
<!-- include empty div at bottom of form to bump the fixed button-block and
allow user to scroll past it -->
<div id="button-block-bump" />
-
- <div id="button-block">
+
+ <div id="button-block">
<div class="menu-action">
<?php if ($relatedInfoObjectCount == 0): ?>
<?php $deleteWarning = __('are you sure?') ?>
@@ -73,9 +73,9 @@
'%2%'=>sfConfig::get('app_ui_label_informationobject')
)) ?>
<?php endif; ?>
-
+
<?php if($nextAction == null): ?>
- <?php echo link_to(__('delete'),
array('module'=>'physicalobject', 'action'=>'delete',
'id'=>$physicalObject->getId(),
+ <?php echo link_to(__('delete'),
array('module'=>'physicalobject', 'action'=>'delete',
'id'=>$physicalObject->getId(),
array('post'=>true, 'confirm'=>$deleteWarning))) ?>
<?php echo link_to(__('cancel'),
array('module'=>'physicalobject', 'action'=>'show',
'id'=>$physicalObject->getId())); ?>
<?php else: ?>
@@ -85,7 +85,7 @@
) ?>
<a href="<?php echo $nextAction ?>"><?php echo __('cancel')
?></a>
<?php endif; ?>
-
+
<?php echo submit_tag(__('save')) ?>
</div>
</div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---