Author: sevein
Date: Wed Oct 27 12:06:59 2010
New Revision: 8563

Log:
Cosmetic changes.

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

Modified: 
trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php
==============================================================================
--- trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php 
Wed Oct 27 12:04:40 2010        (r8562)
+++ trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php 
Wed Oct 27 12:06:59 2010        (r8563)
@@ -4,14 +4,11 @@
 
 <?php echo $form->renderFormTag(url_for(array('module' => 'sfSkosPlugin', 
'action' => 'import'))) ?>
 
-  <div class="note">
-  </div>
-
   <ul>
-<?php for($i=0; $i < ($termsPerPage <= count($topLevelTerms) ? $termsPerPage : 
count($topLevelTerms)); $i++): ?>
-    <?php $term = $topLevelTerms[$i] ?>
-    <li><?php echo link_to($term->__toString(), url_for(array($term, 'module' 
=> 'term'))) ?></li>
-<?php endfor; ?>
+    <?php for ($i = 0; $i < ($termsPerPage <= count($topLevelTerms) ? 
$termsPerPage : count($topLevelTerms)); $i++): ?>
+      <?php $term = $topLevelTerms[$i] ?>
+      <li><?php echo link_to($term->__toString(), url_for(array($term, 
'module' => 'term'))) ?></li>
+    <?php endfor; ?>
   </ul>
 
   <div>
@@ -19,6 +16,7 @@
   </div>
 
   <div class="actions section">
+
     <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
 
     <div class="content">
@@ -27,5 +25,7 @@
         <li><?php echo link_to(__('Import more %1%', array('%1%' => 
$taxonomy->__toString())), array($taxonomy, 'module' => 'sfSkosPlugin', 
'action' => 'import')) ?></li>
       </ul>
     </div>
+
   </div>
-</form>
+
+</form>
\ No newline at end of file

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