Author: sevein
Date: Mon Aug 13 22:57:04 2012
New Revision: 12094
Log:
Cosmetic changes
Modified:
trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php
trunk/apps/qubit/modules/informationobject/templates/fileListError.php
trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
trunk/apps/qubit/modules/informationobject/templates/reportsSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php
Mon Aug 13 22:41:38 2012 (r12093)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListCriteria.php
Mon Aug 13 22:57:04 2012 (r12094)
@@ -1,29 +1,28 @@
<h1><?php echo __('File list - report criteria') ?></h1>
-<h1 class="label"><?php echo $resource->__toString() ?></h1>
+<h1 class="label"><?php echo render_title($resource) ?></h1>
<?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderFormTag(url_for(array($resource, 'module' =>
'informationobject', 'action' => 'fileList'))) ?>
-<div class="section">
+ <div class="section">
-<?php echo render_field($form->sortBy
- ->label(__('Sort by')), $resource) ?>
+ <?php echo render_field($form->sortBy->label(__('Sort by')), $resource) ?>
-</div>
+ </div>
-<div class="actions section">
+ <div class="actions section">
- <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+ <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 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>
+ </div>
</form>
Modified: trunk/apps/qubit/modules/informationobject/templates/fileListError.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/fileListError.php
Mon Aug 13 22:41:38 2012 (r12093)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListError.php
Mon Aug 13 22:57:04 2012 (r12094)
@@ -5,6 +5,6 @@
<p><?php echo __('Oops, we couldn\'t find any file level descriptions.')
?></p>
- <p><?php echo link_to(__('Back'), array($resource, 'module' =>
'informationobject', 'action' => 'reports')); ?></p>
+ <p><?php echo link_to(__('Back'), array($resource, 'module' =>
'informationobject', 'action' => 'reports')) ?></p>
</div>
</div>
Modified:
trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Mon Aug 13 22:41:38 2012 (r12093)
+++ trunk/apps/qubit/modules/informationobject/templates/itemListCriteria.php
Mon Aug 13 22:57:04 2012 (r12094)
@@ -1,32 +1,32 @@
<h1><?php echo __('Item list - report criteria') ?></h1>
-<h1 class="label"><?php echo $resource->__toString() ?></h1>
+<h1 class="label"><?php echo render_title($resource) ?></h1>
<?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderFormTag(url_for(array($resource, 'module' =>
'informationobject', 'action' => 'itemList'))) ?>
-<div class="section">
+ <div class="section">
-<?php echo render_field($form->sortBy
- ->label(__('Sort by')), $resource) ?>
+ <?php echo render_field($form->sortBy
+ ->label(__('Sort by')), $resource) ?>
-<?php echo render_field($form->includeThumbnails
- ->label(__('Include thumbnails')), $resource) ?>
+ <?php echo render_field($form->includeThumbnails
+ ->label(__('Include thumbnails')), $resource) ?>
-</div>
+ </div>
<div class="actions section">
- <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+ <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 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>
+ </div>
</form>
Modified:
trunk/apps/qubit/modules/informationobject/templates/reportsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/reportsSuccess.php
Mon Aug 13 22:41:38 2012 (r12093)
+++ trunk/apps/qubit/modules/informationobject/templates/reportsSuccess.php
Mon Aug 13 22:57:04 2012 (r12094)
@@ -1,28 +1,24 @@
<h1><?php echo __('Reports') ?></h1>
-<h1 class="label"><?php echo $resource->__toString() ?></h1>
+<h1 class="label"><?php echo render_title($resource) ?></h1>
<?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderFormTag(url_for(array($resource, 'module' =>
'informationobject', 'action' => 'reports'))) ?>
-<div class="section">
+ <p><?php echo render_field($form->report->label(__('Select report')),
$resource) ?></p>
-<?php echo render_show(__('Select report'), $form->report) ?>
+ <div class="actions section">
-</div>
+ <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
-<div class="actions section">
+ <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>
- <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.