Author: david
Date: Thu Oct 13 16:29:26 2011
New Revision: 10082
Log:
Copy fileListCriteria to itemListCriteria
Replaced:
trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
- copied unchanged from r10059,
trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php
Copied:
trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php (from
r10059,
trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Thu Oct 13 16:29:26 2011 (r10082, copy of r10059,
trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php)
@@ -0,0 +1,28 @@
+<h1><?php echo __('File list - report criteria') ?></h1>
+
+<h1 class="label"><?php echo $resource->__toString() ?></h1>
+
+<?php echo $form->renderGlobalErrors() ?>
+
+<?php echo $form->renderFormTag(url_for(array($resource, 'module' =>
'informationobject', 'action' => 'fileList'))) ?>
+
+<div class="section">
+
+<?php echo render_show(__('Sort by'), $form->sortBy) ?>
+
+</div>
+
+<div class="actions section">
+
+ <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+
+ <div class="content">
+ <ul class="clearfix links">
+ <li><input class="form-submit" type="submit" value="<?php echo
__('Continue') ?>"/></li>
+ <li><?php echo link_to(__('Cancel'), array($resource, 'module' =>
'informationobject')) ?></li>
+ </ul>
+ </div>
+
+</div>
+
+</form>
--
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.