Author: peter
Date: Mon Sep 21 07:04:45 2009
New Revision: 3458
Log:
change labels for institution identifiers. fixes issue #667
Modified:
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Mon Sep 21 06:58:12 2009 (r3457)
+++ trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Mon Sep 21 07:04:45 2009 (r3458)
@@ -345,7 +345,7 @@
<?php echo $form->descriptionIdentifier->label(__('Description record
identifier'))->renderRow() ?>
- <?php echo
render_field($form->institutionResponsibleIdentifier->label(__('Institution
identifier')), $informationObject) ?>
+ <?php echo
render_field($form->institutionResponsibleIdentifier->label(__('Institution
identifiers')), $informationObject) ?>
<?php echo render_field($form->rules->help(__('Record the international,
national and/or local rules or conventions followed in preparing the
description.'))->label(__('Rules or conventions')), $informationObject,
array('class' => 'resizable')) ?>
Modified:
trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
Mon Sep 21 06:58:12 2009 (r3457)
+++ trunk/apps/qubit/modules/informationobject/templates/showIsadSuccess.php
Mon Sep 21 07:04:45 2009 (r3458)
@@ -409,7 +409,7 @@
<td><?php echo
$informationObject->getDescriptionIdentifier(array('cultureFallback' => true))
?></td></tr>
<?php endif; ?>
-<?php echo render_show(__('institution identifier'),
$informationObject->getInstitutionResponsibleIdentifier(array('cultureFallback'
=> true))) ?>
+<?php echo render_show(__('institution identifiers'),
$informationObject->getInstitutionResponsibleIdentifier(array('cultureFallback'
=> true))) ?>
<?php if (0 < strlen($value =
$informationObject->getRules(array('cultureFallback' => true)))): ?>
<tr><th><?php echo __('rules') ?></th>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---