Author: david
Date: Wed Nov  2 14:25:28 2011
New Revision: 10249

Log:
Use render_field() for form fields where possible

Modified:
   trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php

Modified: 
trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php   
Wed Nov  2 14:21:58 2011        (r10248)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php   
Wed Nov  2 14:25:28 2011        (r10249)
@@ -8,7 +8,8 @@
 
 <div class="section">
 
-<?php echo render_show(__('Sort by'), $form->sortBy) ?>
+<?php echo render_field($form->sortBy
+  ->label(__('Sort by')), $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.

Reply via email to