Author: david
Date: Fri Oct 14 13:07:00 2011
New Revision: 10098
Log:
Make sure field labels are i18n'd
Modified:
trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Fri Oct 14 13:04:18 2011 (r10097)
+++ trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Fri Oct 14 13:07:00 2011 (r10098)
@@ -8,9 +8,11 @@
<div class="section">
-<?php echo render_field($form->sortBy, $resource) ?>
+<?php echo render_field($form->sortBy
+ ->label(__('Sort by')), $resource) ?>
-<?php echo render_field($form->includeThumbnails, $resource) ?>
+<?php echo render_field($form->includeThumbnails
+ ->label(__('Include thumbnails')), $resource) ?>
</div>
--
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.