Author: sevein
Date: Fri Aug  5 18:33:29 2011
New Revision: 9451

Log:
s/Right/Rights

Modified:
   trunk/apps/qubit/modules/right/templates/_edit.php

Modified: trunk/apps/qubit/modules/right/templates/_edit.php
==============================================================================
--- trunk/apps/qubit/modules/right/templates/_edit.php  Fri Aug  5 18:21:15 
2011        (r9450)
+++ trunk/apps/qubit/modules/right/templates/_edit.php  Fri Aug  5 18:33:29 
2011        (r9451)
@@ -8,9 +8,9 @@
 
 <div class="section">
 
-  <table id="rightDisplay">
+  <table id="rightsDisplay">
     <caption>
-      <?php echo __('Right records') ?>
+      <?php echo __('Rights records') ?>
     </caption><thead>
       <tr>
         <th>
@@ -85,12 +85,12 @@
 }
 
 echo javascript_tag(<<<content
-Drupal.behaviors.right = {
+Drupal.behaviors.rights = {
   attach: function (context)
     {
       // Define dialog
-      var dialog = new QubitDialog('updateRight', {
-        'displayTable': 'rightDisplay',
+      var dialog = new QubitDialog('updateRights', {
+        'displayTable': 'rightsDisplay',
         'newRowTemplate': $rowTemplate });
 
       $editButtonJs
@@ -100,9 +100,9 @@
 ) ?>
 
   <!-- NOTE dialog.js wraps this *entire* table in a YUI dialog -->
-  <div class="section" id="updateRight">
+  <div class="section" id="updateRights">
 
-    <h3><?php echo __('Right') ?></h3>
+    <h3><?php echo __('Rights') ?></h3>
 
     <?php echo $form->startDate->renderRow() ?>
 

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