Author: jablko
Date: Wed Oct 27 15:03:45 2010
New Revision: 8572

Log:
Drop obsolete footnote

Modified:
   trunk/apps/qubit/modules/event/actions/editComponent.class.php
   
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
   
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
   trunk/apps/qubit/modules/relation/actions/editComponent.class.php
   trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php
   
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
   
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
   
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
   
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php

Modified: trunk/apps/qubit/modules/event/actions/editComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/event/actions/editComponent.class.php      Wed Oct 
27 15:02:07 2010        (r8571)
+++ trunk/apps/qubit/modules/event/actions/editComponent.class.php      Wed Oct 
27 15:03:45 2010        (r8572)
@@ -28,7 +28,6 @@
         $this->form->setWidget('date', new sfWidgetFormInput);
 
         
$this->form->getWidgetSchema()->date->setHelp($this->context->i18n->__('Enter 
free-text information, including qualifiers or typographical symbols to express 
uncertainty, to change the way the date displays. If this field is not used, 
the default will be the start and end years only.'));
-        
$this->form->getWidgetSchema()->date->setLabel($this->context->i18n->__('Date 
†'));
 
         break;
 
@@ -37,7 +36,7 @@
         $this->form->setWidget('endDate', new sfWidgetFormInput);
 
         
$this->form->getWidgetSchema()->endDate->setHelp($this->context->i18n->__('Enter
 the end year. Do not use any qualifiers or typographical symbols to express 
uncertainty. If the start and end years are the same, enter data only in the 
"Date" field and leave the "End date" blank.'));
-        
$this->form->getWidgetSchema()->endDate->setLabel($this->context->i18n->__('End 
†'));
+        
$this->form->getWidgetSchema()->endDate->setLabel($this->context->i18n->__('End'));
 
         break;
 
@@ -46,7 +45,7 @@
         $this->form->setWidget('startDate', new sfWidgetFormInput);
 
         
$this->form->getWidgetSchema()->startDate->setHelp($this->context->i18n->__('Enter
 the start year. Do not use any qualifiers or typographical symbols to express 
uncertainty.'));
-        
$this->form->getWidgetSchema()->startDate->setLabel($this->context->i18n->__('Start
 †'));
+        
$this->form->getWidgetSchema()->startDate->setLabel($this->context->i18n->__('Start'));
 
       case 'type':
 

Modified: 
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
      Wed Oct 27 15:02:07 2010        (r8571)
+++ 
trunk/apps/qubit/modules/informationobject/actions/editPhysicalObjectsAction.class.php
      Wed Oct 27 15:03:45 2010        (r8572)
@@ -66,9 +66,7 @@
 
       case 'type':
         $this->form->setValidator('type', new sfValidatorString);
-
-        $choices = QubitTerm::getIndentedChildTree(QubitTerm::CONTAINER_ID, 
' ', array('returnObjectInstances' => true));
-        $this->form->setWidget('type', new sfWidgetFormSelect(array('choices' 
=> $choices)));
+        $this->form->setWidget('type', new sfWidgetFormSelect(array('choices' 
=> QubitTerm::getIndentedChildTree(QubitTerm::CONTAINER_ID, ' ', 
array('returnObjectInstances' => true)))));
 
         break;
     }

Modified: 
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
 Wed Oct 27 15:02:07 2010        (r8571)
+++ 
trunk/apps/qubit/modules/informationobject/templates/editPhysicalObjectsSuccess.php
 Wed Oct 27 15:03:45 2010        (r8572)
@@ -41,7 +41,7 @@
     <div class="form-item">
       <?php echo $form->containers->renderLabel() ?>
       <?php echo $form->containers->render(array('class' => 
'form-autocomplete')) ?>
-      <input class="add" type="hidden" value="<?php echo 
url_for(array($resource, 'module' => 'informationobject', 'action' => 
'editPhysicalObjects')) ?> #physicalObjectName"/>
+      <input class="add" type="hidden" value="<?php echo 
url_for(array($resource, 'module' => 'informationobject', 'action' => 
'editPhysicalObjects')) ?> #name"/>
       <input class="list" type="hidden" value="<?php echo 
url_for(array('module' => 'physicalobject', 'action' => 'autocomplete')) ?>"/>
     </div>
 

Modified: trunk/apps/qubit/modules/relation/actions/editComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/relation/actions/editComponent.class.php   Wed Oct 
27 15:02:07 2010        (r8571)
+++ trunk/apps/qubit/modules/relation/actions/editComponent.class.php   Wed Oct 
27 15:03:45 2010        (r8572)
@@ -28,7 +28,6 @@
         $this->form->setWidget($name, new sfWidgetFormInput);
 
         
$this->form->getWidgetSchema()->date->setHelp($this->context->i18n->__('"Record,
 when relevant, the start and the end date of the relationship." (ISDF 6.3) 
Enter the date as you would like it to appear in the show page for the 
function, using qualifiers and/or typographical symbols to express uncertainty 
if desired.'));
-        
$this->form->getWidgetSchema()->date->setLabel($this->context->i18n->__('Date 
&dagger;'));
 
         break;
 
@@ -37,7 +36,7 @@
         $this->form->setWidget($name, new sfWidgetFormInput);
 
         
$this->form->getWidgetSchema()->endDate->setHelp($this->context->i18n->__('Enter
 the end year. Do not use any qualifiers or typographical symbols to express 
uncertainty. If the start and end years are the same, enter data only in the 
"Date" field and leave the "End date" blank.'));
-        
$this->form->getWidgetSchema()->endDate->setLabel($this->context->i18n->__('End 
&dagger;'));
+        
$this->form->getWidgetSchema()->endDate->setLabel($this->context->i18n->__('End'));
 
         break;
 
@@ -46,7 +45,7 @@
         $this->form->setWidget($name, new sfWidgetFormInput);
 
         
$this->form->getWidgetSchema()->startDate->setHelp($this->context->i18n->__('Enter
 the start year. Do not use any qualifiers or typographical symbols to express 
uncertainty.'));
-        
$this->form->getWidgetSchema()->startDate->setLabel($this->context->i18n->__('Start
 &dagger;'));
+        
$this->form->getWidgetSchema()->startDate->setLabel($this->context->i18n->__('Start'));
 
         break;
 

Modified: trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php
==============================================================================
--- trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php      
Wed Oct 27 15:02:07 2010        (r8571)
+++ trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_event.php      
Wed Oct 27 15:03:45 2010        (r8572)
@@ -148,8 +148,6 @@
 
     <?php echo $form->endDate->renderRow() ?>
 
-    <?php echo __('%1% Dates must be specified in ISO-8601 format 
(YYYY-MM-DD)', array('%1%' => '&dagger;'))?>
-
   </div>
 
 </div>

Modified: 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
==============================================================================
--- 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
     Wed Oct 27 15:02:07 2010        (r8571)
+++ 
trunk/plugins/sfIsaarPlugin/modules/sfIsaarPlugin/templates/_relatedAuthorityRecord.php
     Wed Oct 27 15:03:45 2010        (r8572)
@@ -191,8 +191,6 @@
 
       <?php echo $form->endDate->renderRow() ?>
 
-      <?php echo __('%1% Dates must be specified in ISO-8601 format 
(YYYY-MM-DD)', array('%1%' => '&dagger;')) ?>
-
     </div>
 
   </div>

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
       Wed Oct 27 15:02:07 2010        (r8571)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
       Wed Oct 27 15:03:45 2010        (r8572)
@@ -114,8 +114,6 @@
 
       <?php echo $form->endDate->renderRow() ?>
 
-      <?php echo __('%1% Dates must be specified in ISO-8601 format 
(YYYY-MM-DD)', array('%1%' => '&dagger;')) ?>
-
     </div>
 
   </div>

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php  
    Wed Oct 27 15:02:07 2010        (r8571)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php  
    Wed Oct 27 15:03:45 2010        (r8572)
@@ -189,8 +189,6 @@
 
       <?php echo $form->endDate->renderRow() ?>
 
-      <?php echo __('%1% Dates must be specified in ISO-8601 format 
(YYYY-MM-DD)', array('%1%' => '&dagger;')) ?>
-
     </div>
 
   </div>

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php  
    Wed Oct 27 15:02:07 2010        (r8571)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php  
    Wed Oct 27 15:03:45 2010        (r8572)
@@ -114,8 +114,6 @@
 
       <?php echo $form->endDate->renderRow() ?>
 
-      <?php echo __('%1% Dates must be specified in ISO-8601 format 
(YYYY-MM-DD)', array('%1%' => '&dagger;')) ?>
-
     </div>
 
   </div>

-- 
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.

Reply via email to