Author: sevein
Date: Tue Jul 24 12:31:31 2012
New Revision: 11970

Log:
Cosmetic change

Modified:
   trunk/apps/qubit/modules/digitalobject/templates/_metadata.php

Modified: trunk/apps/qubit/modules/digitalobject/templates/_metadata.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/_metadata.php      Tue Jul 
24 11:49:09 2012        (r11969)
+++ trunk/apps/qubit/modules/digitalobject/templates/_metadata.php      Tue Jul 
24 12:31:31 2012        (r11970)
@@ -8,13 +8,13 @@
     <?php echo render_show(__('Access'), __('Restricted')) ?>
   <?php endif; ?>
 
-<?php if (QubitAcl::check($resource->informationObject, 'readMaster')): ?>
-  <?php if (QubitTerm::EXTERNAL_URI_ID == $resource->usageId): ?>
-    <?php echo render_show(__('URL'), render_value($resource->path)) ?>
-  <?php else: ?>
-    <?php echo render_show(__('Filename'), $resource->name) ?>
+  <?php if (QubitAcl::check($resource->informationObject, 'readMaster')): ?>
+    <?php if (QubitTerm::EXTERNAL_URI_ID == $resource->usageId): ?>
+      <?php echo render_show(__('URL'), render_value($resource->path)) ?>
+    <?php else: ?>
+      <?php echo render_show(__('Filename'), $resource->name) ?>
+    <?php endif; ?>
   <?php endif; ?>
-<?php endif; ?>
 
   <?php echo render_show(__('Media type'), $resource->mediaType) ?>
 

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