Author: sevein
Date: Fri May 18 21:41:22 2012
New Revision: 11695

Log:
Fix typo, issue 2340

Modified:
   trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/indexAction.class.php
   trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php

Modified: 
trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/indexAction.class.php
==============================================================================
--- trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/indexAction.class.php   
Fri May 18 15:21:03 2012        (r11694)
+++ trunk/plugins/sfDcPlugin/modules/sfDcPlugin/actions/indexAction.class.php   
Fri May 18 21:41:22 2012        (r11695)
@@ -58,7 +58,7 @@
 
       $validatorSchema->repository = new sfValidatorString(array(
         'required' => true), array(
-        'required' => $this->context->i18n->__('%1%Relation%2% 
(%3%isLocatedAt%4%) - This is a mandatory element for this resource or one its 
higher descriptive levels (if part of a collection hierarchy).', array('%1%' => 
'<a href="http://dublincore.org/documents/dcmi-terms/#elements-relation";>', 
'%2%' => '</a>', '%3%' => '<a 
href="http://dublincore.org/groups/collections/collection-application-profile/#colcldisLocatedAt";>',
 '%4%' => '</a>'))));
+        'required' => $this->context->i18n->__('%1%Relation%2% 
(%3%isLocatedAt%4%) - This is a mandatory element for this resource or one of 
its higher descriptive levels (if part of a collection hierarchy).', 
array('%1%' => '<a 
href="http://dublincore.org/documents/dcmi-terms/#elements-relation";>', '%2%' 
=> '</a>', '%3%' => '<a 
href="http://dublincore.org/groups/collections/collection-application-profile/#colcldisLocatedAt";>',
 '%4%' => '</a>'))));
 
       foreach ($this->resource->ancestors->andSelf() as $item)
       {

Modified: trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php       
Fri May 18 15:21:03 2012        (r11694)
+++ trunk/plugins/sfDcPlugin/modules/sfDcPlugin/templates/editSuccess.php       
Fri May 18 21:41:22 2012        (r11695)
@@ -103,7 +103,7 @@
 
   <div class="form-item">
     <?php echo $form->repository
-      ->label(__('Relation (isLocatedAt)').' <span class="form-required" 
title="'.__('This is a mandatory element for this resource or one its higher 
descriptive levels (if part of a collection hierarchy).').'">*</span>')
+      ->label(__('Relation (isLocatedAt)').' <span class="form-required" 
title="'.__('This is a mandatory element for this resource or one of its higher 
descriptive levels (if part of a collection hierarchy).').'">*</span>')
       ->renderLabel() ?>
     <?php echo $form->repository->render(array('class' => 
'form-autocomplete')) ?>
     <input class="add" type="hidden" value="<?php echo url_for(array('module' 
=> 'repository', 'action' => 'add')) ?> #authorizedFormOfName"/>

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