Author: jablko
Date: Tue Nov 17 09:35:57 2009
New Revision: 3904
Log:
Improve validation message based on ISAD(G) I.12,
http://ica-atom.org/docs/index.php?title=RS-1#I
Modified:
trunk/apps/qubit/modules/informationobject/actions/showIsadAction.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/showIsadAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/showIsadAction.class.php
Tue Nov 17 09:21:56 2009 (r3903)
+++ trunk/apps/qubit/modules/informationobject/actions/showIsadAction.class.php
Tue Nov 17 09:35:57 2009 (r3904)
@@ -33,7 +33,7 @@
parent::execute($request);
$validatorSchema = new sfValidatorSchema;
- $validatorSchema->title = new sfValidatorString(array('required' => true));
+ $validatorSchema->title = new sfValidatorString(array('required' => true),
array('required' => $this->context->i18n->__('This archival description is
untitled. A title is %1%considered essential%2% for international exchange of
descriptive information.', array('%1%' => '<a
href="http://ica-atom.org/docs/index.php?title=RS-1#I">', '%2%' => '</a>'))));
try
{
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---