Author: jablko
Date: Fri Aug 28 16:37:39 2009
New Revision: 3107
Log:
Drop some unused <br> tags
Modified:
trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Modified: trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
Fri Aug 28 16:32:00 2009 (r3106)
+++ trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
Fri Aug 28 16:37:39 2009 (r3107)
@@ -92,7 +92,7 @@
<tr>
<th><?php echo __('type') ?></th>
<td>
- <?php echo $dcType ?><br />
+ <?php echo $dcType ?>
</td>
</tr>
<?php endforeach; ?>
@@ -133,7 +133,7 @@
<?php if (0 < count($languageCodes)): ?>
<?php foreach ($languageCodes as $languageCode): ?>
<tr><th><?php echo __('language') ?></th><td>
- <?php echo format_language($languageCode->getValue(array('sourceCulture'
=> true))) ?><br />
+ <?php echo format_language($languageCode->getValue(array('sourceCulture'
=> true))) ?>
</td></tr>
<?php endforeach; ?>
<?php endif; ?>
@@ -141,7 +141,7 @@
<?php if (0 < count($subjectAccessPoints)): ?>
<?php foreach ($subjectAccessPoints as $subject): ?>
<tr><th><?php echo __('subject') ?></th><td>
- <?php echo link_to($subject->term, array('module' => 'term', 'action' =>
'browse', 'termId' => $subject->term->id)) ?><br />
+ <?php echo link_to($subject->term, array('module' => 'term', 'action' =>
'browse', 'termId' => $subject->term->id)) ?>
</td></tr>
<?php endforeach; ?>
<?php endif; ?>
@@ -149,7 +149,7 @@
<?php if (0 < count($placeAccessPoints)): ?>
<?php foreach ($placeAccessPoints as $place): ?>
<tr><th><?php echo __('coverage') ?></th><td>
- <?php echo link_to($place->term, array('module' => 'term', 'action' =>
'browse', 'termId' => $place->term->id)) ?><br />
+ <?php echo link_to($place->term, array('module' => 'term', 'action' =>
'browse', 'termId' => $place->term->id)) ?>
</td></tr>
<?php endforeach; ?>
<?php endif; ?>
Modified:
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Fri Aug 28 16:32:00 2009 (r3106)
+++ trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
Fri Aug 28 16:37:39 2009 (r3107)
@@ -88,7 +88,7 @@
<tr>
<th><?php echo __('type of resource') ?></th>
<td>
- <?php echo $modsType->getTerm() ?><br />
+ <?php echo $modsType->getTerm() ?>
</td>
</tr>
<?php endforeach; ?>
@@ -97,7 +97,7 @@
<?php if (0 < count($languageCodes)): ?>
<?php foreach ($languageCodes as $languageCode): ?>
<tr><th><?php echo __('language') ?></th><td>
- <?php echo format_language($languageCode->getValue(array('sourceCulture'
=> true))) ?><br />
+ <?php echo format_language($languageCode->getValue(array('sourceCulture'
=> true))) ?>
</td></tr>
<?php endforeach; ?>
<?php endif; ?>
@@ -114,7 +114,7 @@
<?php if (0 < count($subjectAccessPoints)): ?>
<?php foreach ($subjectAccessPoints as $subject): ?>
<tr><th><?php echo __('subject') ?></th><td>
- <?php echo link_to($subject->term, array('module' => 'term', 'action' =>
'browse', 'termId' => $subject->term->id)) ?><br />
+ <?php echo link_to($subject->term, array('module' => 'term', 'action' =>
'browse', 'termId' => $subject->term->id)) ?>
</td></tr>
<?php endforeach; ?>
<?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
-~----------~----~----~----~------~----~------~--~---