Author: peter
Date: Thu Oct 15 13:53:57 2009
New Revision: 3756
Log:
change label for child levels. remove 'level' from DC and MODS 'add new child
levels' as this field is currently not supported in Qubit's simple DC and MODS
implementation
Modified:
trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
Modified: trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
Thu Oct 15 11:52:29 2009 (r3755)
+++ trunk/apps/qubit/modules/informationobject/templates/editDcSuccess.php
Thu Oct 15 13:53:57 2009 (r3756)
@@ -61,25 +61,17 @@
<?php echo $form->types->renderRow() ?>
<div class="form-item">
- <label for=""><?php echo __('child levels') ?></label>
+ <label for=""><?php echo __('add new child levels') ?></label>
<table class="inline multiRow">
<thead>
<tr>
<th style="width: 20%"><?php echo __('identifier') ?></th>
- <th style="width: 20%"><?php echo __('level') ?></th>
- <th style="width: 60%"><?php echo __('title') ?></th>
+ <th style="width: 80%"><?php echo __('title') ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo input_tag('updateChildLevels[0][identifier]')
?></td>
- <td>
- <?php echo object_select_tag(new QubitInformationObject,
'getLevelOfDescriptionId', array(
- 'include_blank' => true,
- 'name' => 'updateChildLevels[0][levelOfDescription]',
- 'related_class' => 'QubitTerm',
- 'peer_method' => 'getLevelsOfDescription')) ?>
- </td>
<td><?php echo input_tag('updateChildLevels[0][title]') ?></td>
</tr>
</tbody>
Modified:
trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Thu Oct 15 11:52:29 2009 (r3755)
+++ trunk/apps/qubit/modules/informationobject/templates/editIsadSuccess.php
Thu Oct 15 13:53:57 2009 (r3756)
@@ -86,7 +86,7 @@
<?php echo $form->levelOfDescription->help(__('Record the level of this
unit of description.'))->renderRow() ?>
<div class="form-item">
- <label for=""><?php echo __('child levels') ?></label>
+ <label for=""><?php echo __('add new child levels') ?></label>
<table class="inline multiRow">
<thead>
<tr>
Modified:
trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Thu Oct 15 11:52:29 2009 (r3755)
+++ trunk/apps/qubit/modules/informationobject/templates/editModsSuccess.php
Thu Oct 15 13:53:57 2009 (r3756)
@@ -62,25 +62,17 @@
<?php echo $form->types->label(__('Type of resource'))->renderRow() ?>
<div class="form-item">
- <label for=""><?php echo __('child levels') ?></label>
+ <label for=""><?php echo __('add new child levels') ?></label>
<table class="inline multiRow">
<thead>
<tr>
<th style="width: 20%"><?php echo __('identifier') ?></th>
- <th style="width: 20%"><?php echo __('level') ?></th>
- <th style="width: 60%"><?php echo __('title') ?></th>
+ <th style="width: 80%"><?php echo __('title') ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo input_tag('updateChildLevels[0][identifier]')
?></td>
- <td>
- <?php echo object_select_tag(new QubitInformationObject,
'getLevelOfDescriptionId', array(
- 'include_blank' => true,
- 'name' => 'updateChildLevels[0][levelOfDescription]',
- 'related_class' => 'QubitTerm',
- 'peer_method' => 'getLevelsOfDescription')) ?>
- </td>
<td><?php echo input_tag('updateChildLevels[0][title]') ?></td>
</tr>
</tbody>
Modified:
trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
Thu Oct 15 11:52:29 2009 (r3755)
+++ trunk/apps/qubit/modules/informationobject/templates/editRadSuccess.php
Thu Oct 15 13:53:57 2009 (r3756)
@@ -57,7 +57,7 @@
<?php echo $form->levelOfDescription->renderRow() ?>
<div class="form-item">
- <label for=""><?php echo __('child levels') ?></label>
+ <label for=""><?php echo __('add new child levels') ?></label>
<table class="inline multiRow">
<thead>
<tr>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---