Author: sevein
Date: Fri Oct 8 18:00:22 2010
New Revision: 8031
Log:
Fix typo. Fixes issue 1788.
Modified:
trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/editAction.class.php
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/actions/editAction.class.php
Modified:
trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/editAction.class.php
==============================================================================
--- trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/editAction.class.php
Fri Oct 8 17:54:56 2010 (r8030)
+++ trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/editAction.class.php
Fri Oct 8 18:00:22 2010 (r8031)
@@ -66,7 +66,7 @@
$this->eventComponent = new
InformationObjectEventFormComponent($this->context, 'informationobject',
'eventForm');
$this->eventComponent->execute($this->request);
-
$this->eventComponent->getWidgetSchema()->type->setHelp($this->context->i18n->__('Select
the type of activity (creation, publication or contribution) that established
the relation between the authority record and the archival description.'));
+
$this->eventComponent->form->getWidgetSchema()->type->setHelp($this->context->i18n->__('Select
the type of activity (creation, publication or contribution) that established
the relation between the authority record and the archival description.'));
}
protected function addField($name)
Modified:
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/actions/editAction.class.php
==============================================================================
---
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/actions/editAction.class.php
Fri Oct 8 17:54:56 2010 (r8030)
+++
trunk/plugins/sfModsPlugin/modules/sfModsPlugin/actions/editAction.class.php
Fri Oct 8 18:00:22 2010 (r8031)
@@ -62,7 +62,7 @@
$this->eventComponent = new
InformationObjectEventFormComponent($this->context, 'informationobject',
'eventForm');
$this->eventComponent->execute($this->request);
-
$this->eventComponent->getWidgetSchema()->type->setHelp($this->context->i18n->__('Select
the type of activity that established the relation between the authority
record and the resource.'));
+
$this->eventComponent->form->getWidgetSchema()->type->setHelp($this->context->i18n->__('Select
the type of activity that established the relation between the authority
record and the resource.'));
}
protected function addField($name)
--
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.