Author: jablko
Date: Sun Oct 17 18:54:56 2010
New Revision: 8213

Log:
Generally use data model identifier for parameter names

Modified:
   
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php  
    Sun Oct 17 18:54:17 2010        (r8212)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php  
    Sun Oct 17 18:54:56 2010        (r8213)
@@ -56,7 +56,7 @@
   .'  <td>'
   ."    {{$form->authorizedFormOfName->renderName()}}"
   .'  </td><td>'
-  ."    {{$form->category->renderName()}}"
+  ."    {{$form->type->renderName()}}"
   .'  </td><td>'
   ."    {{$form->description->renderName()}}"
   .'  </td><td>'
@@ -125,7 +125,7 @@
                 break;
 
               case 'type':
-                output['relation[category]'] = data[col];
+                output['relation[type]'] = data[col];
 
                 break;
 
@@ -182,14 +182,14 @@
       </td>
     </tr><tr>
       <th colspan="4">
-        <?php echo $form->category
+        <?php echo $form->type
           ->label(__('Category'))
           ->renderLabel() ?>
       </th>
     </tr><tr>
       <td colspan="4">
-        <?php echo $form->category ?>
-        <?php echo $form->category
+        <?php echo $form->type ?>
+        <?php echo $form->type
           ->help(__('"Record a general category into which the relationship 
being described falls." (ISDF 5.3.2) Select a category from the drop-down menu: 
hierarchical, temporal or associative.'))
           ->renderHelp() ?>
       </td>

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