Author: jablko
Date: Mon Oct 18 18:27:28 2010
New Revision: 8256
Log:
Typos
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 18:16:15 2010 (r8255)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedAuthorityRecord.php
Mon Oct 18 18:27:28 2010 (r8256)
@@ -17,7 +17,7 @@
</tr>
</thead><tbody>
<?php foreach ($relations as $item): ?>
- <tr id="<?php echo url_for(array($item, 'module' => 'relation')) ?>"
class="related_obj_<?php echo $item->id ?>">
+ <tr class="related_obj_<?php echo $item->id ?>" id="<?php echo
url_for(array($item, 'module' => 'relation')) ?>">
<td>
<?php echo render_title($item->object) ?>
</td><td>
@@ -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 class="multiDelete" name="deleteRelations[]" type="checkbox"
value="<?php echo $item->id ?>"/>
</td>
</tr>
<?php endforeach; ?>
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Mon Oct 18 18:16:15 2010 (r8255)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedFunction.php
Mon Oct 18 18:27:28 2010 (r8256)
@@ -39,7 +39,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 class="multiDelete" name="deleteRelations[]" type="checkbox"
value="<?php echo $item->id ?>"/>
</td>
</tr>
<?php endforeach; ?>
@@ -207,15 +207,15 @@
</tr><tr>
<th style="width: 25%">
<?php echo $form->startDate
- ->label('Date†')
+ ->label(__('Date†'))
->renderLabel() ?>
</th><th style="width: 25%">
<?php echo $form->endDate
- ->label('End date†')
+ ->label(__('End date†'))
->renderLabel() ?>
</th><th colspan="2" style="width: 50%">
<?php echo $form->dateDisplay
- ->label('Date display†')
+ ->label(__('Date display†'))
->renderLabel() ?>
</th>
</tr><tr>
Modified:
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
==============================================================================
---
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Mon Oct 18 18:16:15 2010 (r8255)
+++
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/_relatedResource.php
Mon Oct 18 18:27:28 2010 (r8256)
@@ -17,7 +17,7 @@
</tr>
</thead><tbody>
<?php foreach ($relations as $item): ?>
- <tr id="<?php echo url_for(array($item, 'module' => 'relation')) ?>"
class="related_obj_<?php echo $item->id ?>">
+ <tr class="related_obj_<?php echo $item->id ?>" id="<?php echo
url_for(array($item, 'module' => 'relation')) ?>">
<td>
<?php echo render_title($item->object) ?>
</td><td>
@@ -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 class="multiDelete" name="deleteRelations[]" type="checkbox"
value="<?php echo $item->id ?>"/>
</td>
</tr>
<?php endforeach; ?>
@@ -69,7 +69,7 @@
jQuery('#relatedResourceDisplay tr[id]').each(function ()
{
var tr = this;
- jQuery('$editImage')
+ jQuery('$editHtml')
.click(function ()
{
dialog.open(tr.id);
--
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.