Author: david
Date: Wed Sep 21 15:50:17 2011
New Revision: 9780

Log:
Split up page title and resource name

Modified:
   trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php

Modified: trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php        
Wed Sep 21 14:09:35 2011        (r9779)
+++ trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php        
Wed Sep 21 15:50:17 2011        (r9780)
@@ -1,12 +1,9 @@
+<h1><?php echo sfConfig::get('app_ui_label_physicalobject') ?></h1>
+
 <h1 class="label">
-  <?php echo sfConfig::get('app_ui_label_physicalobject') ?>:
-  <?php echo render_title($resource) ?>
+  <?php echo $resource->getLabel() ?>
 </h1>
 
-<div class="section">
-  <?php echo $resource->location ?>
-</div>
-
 <table class="sticky-enabled">
   <thead>
     <tr>

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