Author: david
Date: Fri Oct 14 13:04:18 2011
New Revision: 10097
Log:
Use render_field
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:03:43 2011 (r10096)
+++ trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Fri Oct 14 13:04:18 2011 (r10097)
@@ -8,9 +8,9 @@
<div class="section">
-<?php echo render_show(__('Sort by'), $form->sortBy) ?>
+<?php echo render_field($form->sortBy, $resource) ?>
-<?php echo render_show(__('Include thumbnails'), $form->includeThumbnails) ?>
+<?php echo render_field($form->includeThumbnails, $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.