Author: jablko
Date: Fri Aug 28 17:32:52 2009
New Revision: 3111

Log:
Cosmetic changes

Modified:
   trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
   trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php

Modified: trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php      
Fri Aug 28 17:18:54 2009        (r3110)
+++ trunk/apps/qubit/modules/informationobject/templates/showDcSuccess.php      
Fri Aug 28 17:32:52 2009        (r3111)
@@ -80,7 +80,7 @@
 <tr>
   <th><?php echo __('date') ?></th>
   <td>
-    <?php echo date_display($date); ?>
+    <?php echo date_display($date) ?>
     (<?php echo $date->getType() ?>)
   </td>
 </tr>

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php    
Fri Aug 28 17:18:54 2009        (r3110)
+++ trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php    
Fri Aug 28 17:32:52 2009        (r3111)
@@ -430,34 +430,34 @@
 <?php endif; ?>
 
 <?php if ($informationObject->getDescriptionIdentifier(array('cultureFallback' 
=> true))): ?>
-  <tr><th><?php echo __('description identifier')?></th>
+  <tr><th><?php echo __('description identifier') ?></th>
   <td><?php echo 
$informationObject->getDescriptionIdentifier(array('cultureFallback' => true)) 
?></td></tr>
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getInstitutionResponsibleIdentifier(array('cultureFallback' 
=> true)))): ?>
-  <tr><th><?php echo __('institution identifier')?></th>
+  <tr><th><?php echo __('institution identifier') ?></th>
   <td><?php echo $value ?></td></tr>
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getRules(array('cultureFallback' => true)))): ?>
-  <tr><th><?php echo __('rules')?></th>
+  <tr><th><?php echo __('rules') ?></th>
   <td><?php echo nl2br($value) ?></td></tr>
 <?php endif; ?>
 
 <?php if ($informationObject->getDescriptionStatusId()): ?>
-  <tr><th><?php echo __('status')?></th><td>
+  <tr><th><?php echo __('status') ?></th><td>
   <?php echo 
$informationObject->getDescriptionStatus()->getName(array('cultureFallback' => 
true)) ?>
   </td></tr>
 <?php endif; ?>
 
 <?php if ($informationObject->getDescriptionDetailId()): ?>
-  <tr><th><?php echo __('detail')?></th><td>
+  <tr><th><?php echo __('detail') ?></th><td>
   <?php echo 
$informationObject->getDescriptionDetail()->getName(array('cultureFallback' => 
true)) ?>
   </td></tr>
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getRevisionHistory(array('cultureFallback' => true)))): ?>
-  <tr><th><?php echo __('dates of creation revision deletion')?></th><td>
+  <tr><th><?php echo __('dates of creation revision deletion') ?></th><td>
   <?php echo nl2br($value) ?>
   </td></tr>
 <?php endif; ?>
@@ -465,7 +465,7 @@
 <?php if (0 < count($informationObject->languageOfDescription)): ?>
   <tr>
     <th>
-      <?php echo __('language of description')?>
+      <?php echo __('language of description') ?>
     </th><td>
       <ul>
         <?php foreach ($informationObject->languageOfDescription as $code): ?>
@@ -479,7 +479,7 @@
 <?php if (0 < count($informationObject->scriptOfDescription)): ?>
   <tr>
     <th>
-      <?php echo __('script of description')?>
+      <?php echo __('script of description') ?>
     </th><td>
       <ul>
         <?php foreach ($informationObject->scriptOfDescription as $code): ?>
@@ -491,7 +491,7 @@
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getSources(array('cultureFallback' => true)))): ?>
-  <tr><th><?php echo __('sources')?></th>
+  <tr><th><?php echo __('sources') ?></th>
   <td><?php echo nl2br($value) ?></td></tr>
 <?php endif; ?>
 

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php    
Fri Aug 28 17:18:54 2009        (r3110)
+++ trunk/apps/qubit/modules/informationobject/templates/showModsSuccess.php    
Fri Aug 28 17:32:52 2009        (r3111)
@@ -133,7 +133,7 @@
 
 <?php if ($repository = $informationObject->getRepository()): ?>
   <tr><th><?php echo __('Physical Location') ?></th>
-  <td><?php if ($repository->getIdentifier()):?>
+  <td><?php if ($repository->getIdentifier()): ?>
     <?php echo $repository->getIdentifier() ?> -
   <?php endif; ?>
   <?php echo link_to(render_title($repository), array('module' => 
'repository', 'action' => 'show', 'id' => $repository->id)) ?>

Modified: 
trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php     
Fri Aug 28 17:18:54 2009        (r3110)
+++ trunk/apps/qubit/modules/informationobject/templates/showRadSuccess.php     
Fri Aug 28 17:32:52 2009        (r3111)
@@ -462,42 +462,42 @@
 <!-- Control Area -->
 <?php if ($informationObject->getDescriptionIdentifier()): ?>
   <tr>
-    <th><?php echo __('description record identifier')?></th>
+    <th><?php echo __('description record identifier') ?></th>
     <td><?php echo $informationObject->getDescriptionIdentifier() ?></td>
   </tr>
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getInstitutionResponsibleIdentifier(array('cultureFallback' 
=> true)))): ?>
   <tr>
-    <th><?php echo __('institution identifier')?></th>
+    <th><?php echo __('institution identifier') ?></th>
     <td><?php echo $value ?></td>
   </tr>
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getRules(array('cultureFallback' => true)))): ?>
   <tr>
-    <th><?php echo __('rules or conventions')?></th>
+    <th><?php echo __('rules or conventions') ?></th>
     <td><?php echo nl2br($value) ?></td>
   </tr>
 <?php endif; ?>
 
 <?php if ($informationObject->getDescriptionStatusId()): ?>
   <tr>
-    <th><?php echo __('status')?></th>
+    <th><?php echo __('status') ?></th>
     <td><?php echo 
$informationObject->getDescriptionStatus()->getName(array('cultureFallback' => 
true)) ?></td>
   </tr>
 <?php endif; ?>
 
 <?php if ($informationObject->getDescriptionDetailId()): ?>
   <tr>
-    <th><?php echo __('detail')?></th>
+    <th><?php echo __('detail') ?></th>
     <td><?php echo 
$informationObject->getDescriptionDetail()->getName(array('cultureFallback' => 
true)) ?></td>
   </tr>
 <?php endif; ?>
 
 <?php if (0 < strlen($value = 
$informationObject->getRevisionHistory(array('cultureFallback' => true)))): ?>
   <tr>
-    <th><?php echo __('dates of creation, revision and deletion')?></th>
+    <th><?php echo __('dates of creation, revision and deletion') ?></th>
     <td><?php echo nl2br($value) ?></td>
   </tr>
 <?php endif; ?>
@@ -505,7 +505,7 @@
 <?php if (0 < count($informationObject->languageOfDescription)): ?>
   <tr>
     <th>
-      <?php echo __('language of description')?>
+      <?php echo __('language of description') ?>
     </th><td>
       <ul>
         <?php foreach ($informationObject->languageOfDescription as $code): ?>
@@ -519,7 +519,7 @@
 <?php if (0 < count($informationObject->scriptOfDescription)): ?>
   <tr>
     <th>
-      <?php echo __('script of description')?>
+      <?php echo __('script of description') ?>
     </th>
     <td>
       <ul>
@@ -533,7 +533,7 @@
 
 <?php if (0 < strlen($value = 
$informationObject->getSources(array('cultureFallback' => true)))): ?>
   <tr>
-    <th><?php echo __('sources')?></th>
+    <th><?php echo __('sources') ?></th>
     <td><?php echo nl2br($value) ?></td>
   </tr>
 <?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
-~----------~----~----~----~------~----~------~--~---

Reply via email to