Author: david
Date: Fri Sep 16 16:22:00 2011
New Revision: 9739
Log:
Add ui label for physical objects to page label
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
Fri Sep 16 16:13:11 2011 (r9738)
+++ trunk/apps/qubit/modules/physicalobject/templates/boxListSuccess.php
Fri Sep 16 16:22:00 2011 (r9739)
@@ -1,6 +1,7 @@
-<h1><?php echo __('Box list') ?></h1>
-
-<h1 class="label"><?php echo render_title($resource) ?></h1>
+<h1 class="label">
+ <?php echo sfConfig::get('app_ui_label_physicalobject') ?>:
+ <?php echo render_title($resource) ?>
+</h1>
<div class="section">
<?php echo $resource->location ?>
--
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.