Author: sevein
Date: Tue Jul 12 15:13:22 2011
New Revision: 9310
Log:
Rename labels
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/editSuccess.php
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/editSuccess.php
==============================================================================
--- trunk/plugins/qtAccessionPlugin/modules/accession/templates/editSuccess.php
Tue Jul 12 15:11:02 2011 (r9309)
+++ trunk/plugins/qtAccessionPlugin/modules/accession/templates/editSuccess.php
Tue Jul 12 15:13:22 2011 (r9310)
@@ -59,7 +59,8 @@
<?php echo render_field($form->scopeAndContent, $resource, array('class'
=> 'resizable')) ?>
- <?php echo render_field($form->physicalCharacteristics, $resource,
array('class' => 'resizable')) ?>
+ <?php echo render_field($form->physicalCharacteristics
+ ->label(__('Physical condition')), $resource, array('class' =>
'resizable')) ?>
<?php echo render_field($form->receivedExtentUnits, $resource) ?>
Modified:
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
==============================================================================
---
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
Tue Jul 12 15:11:02 2011 (r9309)
+++
trunk/plugins/qtAccessionPlugin/modules/accession/templates/indexSuccess.php
Tue Jul 12 15:13:22 2011 (r9310)
@@ -58,9 +58,9 @@
<?php echo render_show(__('Archival history'),
render_value($resource->getArchivalHistory(array('cultureFallback' => true))))
?>
- <?php echo render_show(__('Content'),
render_value($resource->getScopeAndContent(array('cultureFallback' => true))))
?>
+ <?php echo render_show(__('Scope and content'),
render_value($resource->getScopeAndContent(array('cultureFallback' => true))))
?>
- <?php echo render_show(__('Condition'),
render_value($resource->getPhysicalCharacteristics(array('cultureFallback' =>
true)))) ?>
+ <?php echo render_show(__('Physical condition'),
render_value($resource->getPhysicalCharacteristics(array('cultureFallback' =>
true)))) ?>
<?php echo render_show(__('Received extent units'),
render_value($resource->getReceivedExtentUnits(array('cultureFallback' =>
true)))) ?>
--
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.