Author: sevein
Date: Wed Oct 27 12:04:40 2010
New Revision: 8562

Log:
Cosmetic changes.

Modified:
   
trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSelectSuccess.php

Modified: 
trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSelectSuccess.php
==============================================================================
--- 
trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSelectSuccess.php
   Wed Oct 27 12:03:53 2010        (r8561)
+++ 
trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSelectSuccess.php
   Wed Oct 27 12:04:40 2010        (r8562)
@@ -3,14 +3,15 @@
 <h1 class="label"><?php echo __('Select a file to import') ?></h1>
 
 <?php if (QubitTerm::ROOT_ID == $parent->id): ?>
-<?php echo $form->renderFormTag(url_for(array($taxonomy, 'module' => 
'sfSkosPlugin', 'action' => 'import'))) ?>
+  <?php echo $form->renderFormTag(url_for(array($taxonomy, 'module' => 
'sfSkosPlugin', 'action' => 'import'))) ?>
 <?php else: ?>
-<?php echo $form->renderFormTag(url_for(array($parent, 'module' => 
'sfSkosPlugin', 'action' => 'import'))) ?>
+  <?php echo $form->renderFormTag(url_for(array($parent, 'module' => 
'sfSkosPlugin', 'action' => 'import'))) ?>
 <?php endif; ?>
 
   <?php echo $form->file->renderRow() ?>
 
   <div class="actions section">
+
     <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
 
     <div class="content">
@@ -18,5 +19,7 @@
         <li><input class="form-submit" type="submit" value="<?php echo 
__('Import') ?>"/></li>
       </ul>
     </div>
+
   </div>
+
 </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.com/group/qubit-commits?hl=en.

Reply via email to