Author: jablko
Date: Mon Oct 18 12:30:47 2010
New Revision: 8238

Log:
Cosmetic change

Modified:
   
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/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
       Mon Oct 18 11:59:17 2010        (r8237)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
       Mon Oct 18 12:30:47 2010        (r8238)
@@ -31,7 +31,7 @@
             <?php echo Qubit::renderDate(array_shift($dateArray)) ?>
           <?php endif; ?>
         </td><td style="text-align: center">
-          <input type="checkbox" name="deleteRelations[<?php echo $item->id 
?>]" value="delete" class="multiDelete" />
+          <input type="checkbox" name="deleteRelations[<?php echo $item->id 
?>]" value="delete" class="multiDelete"/>
         </td>
       </tr>
     <?php endforeach; ?>
@@ -54,7 +54,7 @@
   .'</tr>';
 
 echo javascript_tag(<<<content
-Drupal.behaviors.dialogRelatedEntity = {
+Drupal.behaviors.relatedAuthorityRecord = {
   attach: function (context)
     {
       // Define dialog

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php  
    Mon Oct 18 11:59:17 2010        (r8237)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php  
    Mon Oct 18 12:30:47 2010        (r8238)
@@ -103,7 +103,7 @@
     }
   }
 
-Drupal.behaviors.dialog = {
+Drupal.behaviors.relatedFunction = {
   attach: function (context)
     {
       // Map relation table data to dialog fields

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php  
    Mon Oct 18 11:59:17 2010        (r8237)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php  
    Mon Oct 18 12:30:47 2010        (r8238)
@@ -31,7 +31,7 @@
             <?php echo Qubit::renderDate(array_shift($dateArray)) ?>
           <?php endif; ?>
         </td><td style="text-align: center">
-          <input type="checkbox" name="deleteRelations[<?php echo $item->id 
?>]" value="delete" class="multiDelete" />
+          <input type="checkbox" name="deleteRelations[<?php echo $item->id 
?>]" value="delete" class="multiDelete"/>
         </td>
       </tr>
     <?php endforeach; ?>
@@ -54,7 +54,7 @@
   .'</tr>';
 
 echo javascript_tag(<<<content
-Drupal.behaviors.dialog2 = {
+Drupal.behaviors.relatedResource = {
   attach: function (context)
     {
       // Define dialog

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